summaryrefslogtreecommitdiffstats
path: root/keyboards/alps64
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-10-01 17:47:12 +0100
committerGitHub <noreply@github.com>2022-10-01 17:47:12 +0100
commite068f7a8d1ff3a849011cf090ce63ad1fe063e7b (patch)
treed9b2e3b26d0409414042980e1ae3c5109d03bf54 /keyboards/alps64
parent818ef07c248933e895a3ea1a7521dda32d1caeb8 (diff)
RESET -> QK_BOOT user keymaps (#18560)
Diffstat (limited to 'keyboards/alps64')
-rw-r--r--keyboards/alps64/keymaps/zyber/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/alps64/keymaps/zyber/keymap.c b/keyboards/alps64/keymaps/zyber/keymap.c
index 0cc0cc8cf5..1110b64165 100644
--- a/keyboards/alps64/keymaps/zyber/keymap.c
+++ b/keyboards/alps64/keymaps/zyber/keymap.c
@@ -28,6 +28,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, KC_HOME, KC_UP, KC_END, _______, _______, _______, _______, KC_MUTE, _______, _______, KC_PGDN, KC_PGUP, _______,
_______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, KC_SLCK, KC_VOLD, KC_VOLU, KC_PAUS, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, RESET, _______, _______, _______
+ _______, _______, _______, QK_BOOT, _______, _______, _______
)
};