diff options
author | skullY <skullydazed@gmail.com> | 2017-11-03 00:47:39 +0100 |
---|---|---|
committer | skullY <skullydazed@gmail.com> | 2017-11-03 00:47:39 +0100 |
commit | 685d4c2f9754e22de3b68379cfc959197495c0aa (patch) | |
tree | 37b4800cfac587c95fbcb067bd94a2f53a8df5b0 /keyboards/levinson | |
parent | 535c2f60a9336d67c1a3fbd2d335b6f24d8cca8d (diff) | |
download | qmk_firmware-685d4c2f9754e22de3b68379cfc959197495c0aa.tar.gz qmk_firmware-685d4c2f9754e22de3b68379cfc959197495c0aa.tar.xz |
Do some cleanup for the API
Diffstat (limited to 'keyboards/levinson')
-rw-r--r-- | keyboards/levinson/levinson.h | 3 | ||||
-rw-r--r-- | keyboards/levinson/rev1/rev1.h | 2 | ||||
-rw-r--r-- | keyboards/levinson/rev2/rev2.h | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/levinson/levinson.h b/keyboards/levinson/levinson.h index 3d616195f..9ab2dd116 100644 --- a/keyboards/levinson/levinson.h +++ b/keyboards/levinson/levinson.h @@ -23,7 +23,6 @@ KC_##L30, KC_##L31, KC_##L32, KC_##L33, KC_##L34, KC_##L35, KC_##R30, KC_##R31, KC_##R32, KC_##R33, KC_##R34, KC_##R35 \ ) -#define LAYOUT_ortho_4x12 KEYMAP #define KC_LAYOUT_ortho_4x12 KC_KEYMAP -#endif
\ No newline at end of file +#endif diff --git a/keyboards/levinson/rev1/rev1.h b/keyboards/levinson/rev1/rev1.h index 968095cba..73ce92a80 100644 --- a/keyboards/levinson/rev1/rev1.h +++ b/keyboards/levinson/rev1/rev1.h @@ -57,4 +57,6 @@ } #endif +#define LAYOUT_ortho_4x12 KEYMAP + #endif diff --git a/keyboards/levinson/rev2/rev2.h b/keyboards/levinson/rev2/rev2.h index 968095cba..73ce92a80 100644 --- a/keyboards/levinson/rev2/rev2.h +++ b/keyboards/levinson/rev2/rev2.h @@ -57,4 +57,6 @@ } #endif +#define LAYOUT_ortho_4x12 KEYMAP + #endif |