Adjust keycode alignment around QK_BOOT (#23697)

This commit is contained in:
Ryan 2024-05-12 01:50:48 +10:00 committed by GitHub
parent 699c1ead3c
commit 6b10ef075a
418 changed files with 484 additions and 484 deletions

View file

@ -26,6 +26,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[3] = LAYOUT_ortho_3x3(
KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS,
QK_BOOT, KC_TRNS, KC_TRNS
QK_BOOT, KC_TRNS, KC_TRNS
)
};