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/gray_studio/space65/keymaps/iso | |
parent | 4a8bd7b9a523601911ba467588b2a6a0aa693db6 (diff) |
RESET -> QK_BOOT default keymaps (#17037)
Diffstat (limited to 'keyboards/gray_studio/space65/keymaps/iso')
-rw-r--r-- | keyboards/gray_studio/space65/keymaps/iso/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/gray_studio/space65/keymaps/iso/keymap.c b/keyboards/gray_studio/space65/keymaps/iso/keymap.c index a1f8af01b2..3c6b66530a 100644 --- a/keyboards/gray_studio/space65/keymaps/iso/keymap.c +++ b/keyboards/gray_studio/space65/keymaps/iso/keymap.c @@ -50,7 +50,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { * │ │ │ │ │ │ │ │ │ │ │ * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘ */ - RESET, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______, + QK_BOOT, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______, RGB_TOG, RGB_M_P, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |