diff options
Diffstat (limited to 'keyboards/preonic/keymaps/default/keymap.c')
| -rw-r--r-- | keyboards/preonic/keymaps/default/keymap.c | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/keyboards/preonic/keymaps/default/keymap.c b/keyboards/preonic/keymaps/default/keymap.c index 78b4997a8..3313af945 100644 --- a/keyboards/preonic/keymaps/default/keymap.c +++ b/keyboards/preonic/keymaps/default/keymap.c | |||
| @@ -9,12 +9,15 @@ | |||
| 9 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | 9 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. |
| 10 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | 10 | // Layer names don't all need to be of the same length, obviously, and you can also skip them |
| 11 | // entirely and just use numbers. | 11 | // entirely and just use numbers. |
| 12 | #define _QWERTY 0 | 12 | |
| 13 | #define _COLEMAK 1 | 13 | enum preonic_layers { |
| 14 | #define _DVORAK 2 | 14 | _QWERTY, |
| 15 | #define _LOWER 3 | 15 | _COLEMAK, |
| 16 | #define _RAISE 4 | 16 | _DVORAK, |
| 17 | #define _ADJUST 16 | 17 | _LOWER, |
| 18 | _RAISE, | ||
| 19 | _ADJUST | ||
| 20 | }; | ||
| 18 | 21 | ||
| 19 | enum preonic_keycodes { | 22 | enum preonic_keycodes { |
| 20 | QWERTY = SAFE_RANGE, | 23 | QWERTY = SAFE_RANGE, |
