aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/jot50
diff options
context:
space:
mode:
authorRyan2024-05-11 17:50:48 +0200
committerGitHub2024-05-11 17:50:48 +0200
commit1184e0d9beb7322b0cea017e805d36d11e4f47f2 (patch)
treef23d29450510c2ac24f0927ef6c404fdcd316adb /keyboards/handwired/jot50
parent2d4832f57ae392a57567e9a126d38cde44399d91 (diff)
Adjust keycode alignment around `QK_BOOT` (#23697)
Diffstat (limited to 'keyboards/handwired/jot50')
-rw-r--r--keyboards/handwired/jot50/keymaps/default/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/jot50/keymaps/default/keymap.c b/keyboards/handwired/jot50/keymaps/default/keymap.c
index c1981aa4a2..763118532c 100644
--- a/keyboards/handwired/jot50/keymaps/default/keymap.c
+++ b/keyboards/handwired/jot50/keymaps/default/keymap.c
@@ -60,7 +60,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_ADJUST] = LAYOUT_ortho_5x12 (
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, QK_BOOT, _______, _______, _______, _______, _______, _______, KC_PSCR, KC_SCRL, KC_PAUS, _______,
+ _______, QK_BOOT, _______, _______, _______, _______, _______, _______, KC_PSCR, KC_SCRL, KC_PAUS, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, BL_STEP, BL_BRTG, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______