diff options
author | Joel Challis <git@zvecr.com> | 2022-08-21 23:55:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-21 23:55:30 +0100 |
commit | bbc3bc55f2d52b90881470695ee132f5a57bfaa3 (patch) | |
tree | 718be2129ad11b6c6578fb8aaf1bfbf02bde9476 /keyboards/planck/keymaps/not-quite-neo/keymap.c | |
parent | e36ae90a651df6ccad5f6d125135ee0240a01f02 (diff) |
RESET -> QK_BOOT user keymaps (#17940)
Diffstat (limited to 'keyboards/planck/keymaps/not-quite-neo/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/not-quite-neo/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/planck/keymaps/not-quite-neo/keymap.c b/keyboards/planck/keymaps/not-quite-neo/keymap.c index 42ed71d0ad..4d18f9d32a 100644 --- a/keyboards/planck/keymaps/not-quite-neo/keymap.c +++ b/keyboards/planck/keymaps/not-quite-neo/keymap.c @@ -111,7 +111,7 @@ L06 -> <TBD>: UNSPECIFIED /* LFN -> MO(FN): FUNCTION * ,-----------------------------------------------------------------------------------. - * | RESET| | | BACKS| + * | QK_BOOT| | | BACKS| * |------+ | +------| * | | L06_LEFT | L06_RIGHT |INSERT| * |------+ | +------| @@ -121,7 +121,7 @@ L06 -> <TBD>: UNSPECIFIED * `-----------------------------------------------------------------------------------' */ [LFN] = LAYOUT_planck_grid( - RESET, L06_LEFT_01, L06_RIGHT_01, KC_BSPC, + QK_BOOT, L06_LEFT_01, L06_RIGHT_01, KC_BSPC, _______, L06_LEFT_02, L06_RIGHT_02, KC_INS, _______, L06_LEFT_03, L06_RIGHT_03, KC_DEL, MUV_DE, MUV_IN, MU_ON, MU_OFF, _______, _______, _______, KC_VOLU, KC_VOLD, KC_MUTE, _______, _______ |