diff options
author | Joel Challis <git@zvecr.com> | 2022-05-15 20:26:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 20:26:27 +0100 |
commit | b7771ec25b96f2b88a7fa4201081e10ca6fbb9d4 (patch) | |
tree | 407a374842244534259c36e94c996be7490cea0a /keyboards/delikeeb/vaneelaex/keymaps/default | |
parent | 4a8bd7b9a523601911ba467588b2a6a0aa693db6 (diff) | |
download | qmk_firmware-b7771ec25b96f2b88a7fa4201081e10ca6fbb9d4.tar.gz qmk_firmware-b7771ec25b96f2b88a7fa4201081e10ca6fbb9d4.zip |
RESET -> QK_BOOT default keymaps (#17037)
Diffstat (limited to 'keyboards/delikeeb/vaneelaex/keymaps/default')
-rw-r--r-- | keyboards/delikeeb/vaneelaex/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/delikeeb/vaneelaex/keymaps/default/keymap.c b/keyboards/delikeeb/vaneelaex/keymaps/default/keymap.c index 6e98c9b8ac..f6a08015eb 100644 --- a/keyboards/delikeeb/vaneelaex/keymaps/default/keymap.c +++ b/keyboards/delikeeb/vaneelaex/keymaps/default/keymap.c @@ -94,7 +94,7 @@ KC_KP_SLASH, KC_KP_ASTERISK, KC_KP_DOT, _______, KC_0, _______, ____ * `---------------------------------------------------------------------------------------------------------------' */ [_FN] = LAYOUT_ss_6x12( -KC_KP_EQUAL, KC_7, KC_8, KC_9, RESET , RGB_TOG, RGB_MOD, RGB_HUI, RGB_VAI, RGB_VAD, RGB_SAI, RGB_SAD, _______, _______, _______, KC_DEL, +KC_KP_EQUAL, KC_7, KC_8, KC_9, QK_BOOT , RGB_TOG, RGB_MOD, RGB_HUI, RGB_VAI, RGB_VAD, RGB_SAI, RGB_SAD, _______, _______, _______, KC_DEL, KC_KP_MINUS, KC_4, KC_5, KC_6, _______, _______, _______, _______, _______, AG_NORM, AG_SWAP, _______, _______, _______, _______, _______, KC_KP_PLUS, KC_1, KC_2, KC_3, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_KP_SLASH, KC_KP_ASTERISK, KC_KP_DOT, KC_0, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ |