diff options
Diffstat (limited to 'keyboards/crkbd/keymaps/thefrey/keymap.c')
-rw-r--r-- | keyboards/crkbd/keymaps/thefrey/keymap.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/crkbd/keymaps/thefrey/keymap.c b/keyboards/crkbd/keymaps/thefrey/keymap.c index 5077bfc87..9a142a924 100644 --- a/keyboards/crkbd/keymaps/thefrey/keymap.c +++ b/keyboards/crkbd/keymaps/thefrey/keymap.c | |||
@@ -22,9 +22,9 @@ extern uint8_t is_master; | |||
22 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | 22 | // Layer names don't all need to be of the same length, obviously, and you can also skip them |
23 | // entirely and just use numbers. | 23 | // entirely and just use numbers. |
24 | #define _QWERTY 0 | 24 | #define _QWERTY 0 |
25 | #define _LOWER 3 | 25 | #define _LOWER 1 |
26 | #define _RAISE 4 | 26 | #define _RAISE 2 |
27 | #define _ADJUST 16 | 27 | #define _ADJUST 3 |
28 | 28 | ||
29 | enum custom_keycodes { | 29 | enum custom_keycodes { |
30 | QWERTY = SAFE_RANGE, | 30 | QWERTY = SAFE_RANGE, |
@@ -241,4 +241,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
241 | } | 241 | } |
242 | return true; | 242 | return true; |
243 | } | 243 | } |
244 | |||