summaryrefslogtreecommitdiff
path: root/keyboards/tenki/keymaps/default/keymap.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-05-12 01:50:48 +1000
committerGitHub <noreply@github.com>2024-05-11 16:50:48 +0100
commit1184e0d9beb7322b0cea017e805d36d11e4f47f2 (patch)
treef23d29450510c2ac24f0927ef6c404fdcd316adb /keyboards/tenki/keymaps/default/keymap.c
parent2d4832f57ae392a57567e9a126d38cde44399d91 (diff)
Adjust keycode alignment around `QK_BOOT` (#23697)
Diffstat (limited to 'keyboards/tenki/keymaps/default/keymap.c')
-rw-r--r--keyboards/tenki/keymaps/default/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/tenki/keymaps/default/keymap.c b/keyboards/tenki/keymaps/default/keymap.c
index 8c08efe1bc..54232250c1 100644
--- a/keyboards/tenki/keymaps/default/keymap.c
+++ b/keyboards/tenki/keymaps/default/keymap.c
@@ -14,6 +14,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_TRNS, KC_VOLU, RGB_TOG, RGB_VAI,
KC_MPRV, KC_MUTE, KC_MNXT, KC_TRNS,
KC_TRNS, KC_VOLD, KC_TRNS, KC_TRNS,
- QK_BOOT, KC_TRNS, KC_TRNS, RGB_MOD
+ QK_BOOT, KC_TRNS, KC_TRNS, RGB_MOD
)
};