diff options
author | Joel Challis <git@zvecr.com> | 2020-01-29 22:33:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 17:33:15 -0500 |
commit | 1249594cf0b09a45f28593c75f9d8f413ccf0424 (patch) | |
tree | 9eeba2cfe8ab6f44d5f4323eb42b3adb52eee7c7 /keyboards/minidox/rev1/rev1.h | |
parent | e04c5edaaef88a94c3a0fca257fcc3d2e8e50bda (diff) |
Refactor minidox to use split_common (#7924)
* Initial refactor of minidox to split_common
* post rebase fixes
Diffstat (limited to 'keyboards/minidox/rev1/rev1.h')
-rw-r--r-- | keyboards/minidox/rev1/rev1.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/minidox/rev1/rev1.h b/keyboards/minidox/rev1/rev1.h index 5d32b05d41..bfa0e5fcc0 100644 --- a/keyboards/minidox/rev1/rev1.h +++ b/keyboards/minidox/rev1/rev1.h @@ -1,7 +1,4 @@ -#ifndef REV1_H -#define REV1_H - -#include "../minidox.h" +#pragma once #include "quantum.h" @@ -24,5 +21,3 @@ { k61, k62, k63, k64, k65 }, \ { ___, ___, k73, k74, k75 } \ } - -#endif |