diff options
author | Joel Challis <git@zvecr.com> | 2022-08-07 02:23:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 02:23:58 +0100 |
commit | c6ad38e79f14f641f2b0a2ababe120d3b12a68c2 (patch) | |
tree | 7ee77f1beda0918a801c29fa1810ce3d1742972c /keyboards/checkerboards/plexus75_he/keymaps/7u/keymap.c | |
parent | 5c1cfc917ec9a31b340d19e9fd5d23fc59605b0b (diff) |
RESET -> QK_BOOT default keymaps (#17939)
Diffstat (limited to 'keyboards/checkerboards/plexus75_he/keymaps/7u/keymap.c')
-rw-r--r-- | keyboards/checkerboards/plexus75_he/keymaps/7u/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/checkerboards/plexus75_he/keymaps/7u/keymap.c b/keyboards/checkerboards/plexus75_he/keymaps/7u/keymap.c index 4dee2683b1..d47d354c09 100644 --- a/keyboards/checkerboards/plexus75_he/keymaps/7u/keymap.c +++ b/keyboards/checkerboards/plexus75_he/keymaps/7u/keymap.c @@ -48,7 +48,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-------+--------| * | | | MENU | | | | | | | | | | PRT SC | | | * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------+----------------| - * | | | | | | | | | | | | | | RESET | | + * | | | | | | | | | | | | | | QK_BOOT | | * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------------------------+----------------| * | | | | | | | | | | MUTE | VOL DN | VOL UP | \ | | | * |--------+--------+--------+--------+--------+-----------------+--------+--------+--------+-----------------+--------+----------------| @@ -58,7 +58,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [1] = LAYOUT_7u( KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_F13, KC_DEL, _______, _______, KC_APP, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PSCR, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, QK_BOOT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MUTE, KC_VOLD, KC_VOLU, KC_BSLS, _______, _______, _______, _______, _______, _______, _______, _______, _______ ) |