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/checkerboards/phoenix45_ortho/keymaps/via/keymap.c | |
parent | 4a8bd7b9a523601911ba467588b2a6a0aa693db6 (diff) |
RESET -> QK_BOOT default keymaps (#17037)
Diffstat (limited to 'keyboards/checkerboards/phoenix45_ortho/keymaps/via/keymap.c')
-rw-r--r-- | keyboards/checkerboards/phoenix45_ortho/keymaps/via/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/checkerboards/phoenix45_ortho/keymaps/via/keymap.c b/keyboards/checkerboards/phoenix45_ortho/keymaps/via/keymap.c index 9bd72c06cf..0b8792be55 100644 --- a/keyboards/checkerboards/phoenix45_ortho/keymaps/via/keymap.c +++ b/keyboards/checkerboards/phoenix45_ortho/keymaps/via/keymap.c @@ -40,13 +40,13 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { _______, _______, _______, KC_UP, _______, _______, _______, _______, KC_UNDS, _______, KC_LBRC, KC_RBRC, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, KC_MINS, _______, KC_LCBR, KC_RCBR, _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, - RESET, _______, _______, _______, _______, _______, _______, _______, _______ + QK_BOOT, _______, _______, _______, _______, _______, _______, _______, _______ ), [3] = LAYOUT_ortho_2x225u( _______, _______, _______, KC_UP, _______, _______, _______, _______, KC_UNDS, _______, KC_LBRC, KC_RBRC, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, KC_MINS, _______, KC_LCBR, KC_RCBR, _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, - RESET, _______, _______, _______, _______, _______, _______, _______, _______ + QK_BOOT, _______, _______, _______, _______, _______, _______, _______, _______ ) }; |