Normalise output selection (Bluetooth) keycodes (#19004)
This commit is contained in:
@@ -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, _______
|
||||
)
|
||||
};
|
||||
|
Reference in New Issue
Block a user