aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/poker87d/keymaps/default/keymap.c
diff options
context:
space:
mode:
authorRyan2024-05-11 17:50:48 +0200
committerGitHub2024-05-11 17:50:48 +0200
commit1184e0d9beb7322b0cea017e805d36d11e4f47f2 (patch)
treef23d29450510c2ac24f0927ef6c404fdcd316adb /keyboards/poker87d/keymaps/default/keymap.c
parent2d4832f57ae392a57567e9a126d38cde44399d91 (diff)
Adjust keycode alignment around `QK_BOOT` (#23697)
Diffstat (limited to 'keyboards/poker87d/keymaps/default/keymap.c')
-rw-r--r--keyboards/poker87d/keymaps/default/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/poker87d/keymaps/default/keymap.c b/keyboards/poker87d/keymaps/default/keymap.c
index 0271b848a4..5499f84d03 100644
--- a/keyboards/poker87d/keymaps/default/keymap.c
+++ b/keyboards/poker87d/keymaps/default/keymap.c
@@ -31,7 +31,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, KC_MUTE, KC_VOLD, KC_VOLU, KC_MSTP, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, QK_BOOT, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, QK_BOOT, _______,
_______, _______, _______, _______, BL_DOWN, BL_TOGG, BL_UP, BL_STEP, _______, _______, _______, _______, _______, _______, KC_VOLU,
_______, _______, _______, _______, _______, _______, _______, _______, KC_MPRV, KC_VOLD, KC_MNXT
),