diff options
| author | Ryan | 2024-05-11 17:50:48 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-11 17:50:48 +0200 |
| commit | 1184e0d9beb7322b0cea017e805d36d11e4f47f2 (patch) | |
| tree | f23d29450510c2ac24f0927ef6c404fdcd316adb /keyboards/maple_computing | |
| parent | 2d4832f57ae392a57567e9a126d38cde44399d91 (diff) | |
Adjust keycode alignment around `QK_BOOT` (#23697)
Diffstat (limited to 'keyboards/maple_computing')
| -rw-r--r-- | keyboards/maple_computing/minidox/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/maple_computing/minidox/keymaps/default/keymap.c b/keyboards/maple_computing/minidox/keymaps/default/keymap.c index 39ebffd987..93a8e7025e 100644 --- a/keyboards/maple_computing/minidox/keymaps/default/keymap.c +++ b/keyboards/maple_computing/minidox/keymaps/default/keymap.c @@ -108,7 +108,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [_ADJUST] = LAYOUT_split_3x5_3( KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______, _______, _______, _______, _______, TSKMGR, CALTDEL, - QK_BOOT, _______, _______, _______, _______, _______, _______, _______, _______, _______, + QK_BOOT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ ) }; |