Normalise output selection (Bluetooth) keycodes (#19004)

This commit is contained in:
Ryan
2022-11-09 06:03:31 +11:00
committed by GitHub
parent 9a0f347a09
commit d810878d5e
19 changed files with 62 additions and 61 deletions

View File

@@ -42,8 +42,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* ------------------------------------------------------------------------
*/
[1] = LAYOUT(
_______, OUT_AUTO, QK_BOOT,
BL_STEP, OUT_USB, _______,
BL_TOGG, OUT_BT, _______
_______, OU_AUTO, QK_BOOT,
BL_STEP, OU_USB, _______,
BL_TOGG, OU_BT, _______
)
};