summaryrefslogtreecommitdiff
path: root/keyboards/input_club/ergodox_infinity/keymaps/not-quite-neo/keymap.c
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-08-21 23:55:30 +0100
committerGitHub <noreply@github.com>2022-08-21 23:55:30 +0100
commitbbc3bc55f2d52b90881470695ee132f5a57bfaa3 (patch)
tree718be2129ad11b6c6578fb8aaf1bfbf02bde9476 /keyboards/input_club/ergodox_infinity/keymaps/not-quite-neo/keymap.c
parente36ae90a651df6ccad5f6d125135ee0240a01f02 (diff)
RESET -> QK_BOOT user keymaps (#17940)
Diffstat (limited to 'keyboards/input_club/ergodox_infinity/keymaps/not-quite-neo/keymap.c')
-rw-r--r--keyboards/input_club/ergodox_infinity/keymaps/not-quite-neo/keymap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/input_club/ergodox_infinity/keymaps/not-quite-neo/keymap.c b/keyboards/input_club/ergodox_infinity/keymaps/not-quite-neo/keymap.c
index 8cf51842a2..ad512082fb 100644
--- a/keyboards/input_club/ergodox_infinity/keymaps/not-quite-neo/keymap.c
+++ b/keyboards/input_club/ergodox_infinity/keymaps/not-quite-neo/keymap.c
@@ -215,7 +215,7 @@ L06 -> <TBD>: UNSPECIFIED
/* LFN -> MO(FN): FUNCTION
* ,--------------------------------------------------. ,--------------------------------------------------.
- * | RESET | | | | | | | | | | | | | | RESET |
+ * | QK_BOOT | | | | | | | | | | | | | | QK_BOOT |
* |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
* | | | | | | | BACKSPC|
* |--------+ | | | | +--------|
@@ -234,7 +234,7 @@ L06 -> <TBD>: UNSPECIFIED
* `--------------------' `--------------------'
*/
[LFN] = LAYOUT_ergodox_wrapper(
- RESET, _______, _______, _______, _______, _______, _______,
+ QK_BOOT, _______, _______, _______, _______, _______, _______,
_______, L06_LEFT_01, _______,
_______, L06_LEFT_02,
_______, L06_LEFT_03, _______,
@@ -243,7 +243,7 @@ L06 -> <TBD>: UNSPECIFIED
_______,
_______, _______, _______,
//--
- _______, _______, _______, _______, _______, _______, RESET,
+ _______, _______, _______, _______, _______, _______, QK_BOOT,
_______, L06_RIGHT_01, KC_BSPACE,
L06_RIGHT_02, KC_INSERT,
_______, L06_RIGHT_03, KC_DELETE,