aboutsummaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/omgvee/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd/keymaps/omgvee/keymap.c')
-rw-r--r--keyboards/crkbd/keymaps/omgvee/keymap.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/crkbd/keymaps/omgvee/keymap.c b/keyboards/crkbd/keymaps/omgvee/keymap.c
index 2f79250f8..2c33d8b8c 100644
--- a/keyboards/crkbd/keymaps/omgvee/keymap.c
+++ b/keyboards/crkbd/keymaps/omgvee/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
29enum custom_keycodes { 29enum custom_keycodes {
30 QWERTY = SAFE_RANGE, 30 QWERTY = SAFE_RANGE,
@@ -240,4 +240,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
240 } 240 }
241 return true; 241 return true;
242} 242}
243