summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/bdn9_ble/keymaps/default/keymap.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-11-09 06:03:31 +1100
committerGitHub <noreply@github.com>2022-11-08 19:03:31 +0000
commitd810878d5e36e032ec99fb309b66caf3ea57e4ba (patch)
treec102744740f2beb805bfcea4ca86f1e41936dd11 /keyboards/handwired/bdn9_ble/keymaps/default/keymap.c
parent9a0f347a095ad46c8e44eaed6925811da63aef6c (diff)
Normalise output selection (Bluetooth) keycodes (#19004)
Diffstat (limited to 'keyboards/handwired/bdn9_ble/keymaps/default/keymap.c')
-rw-r--r--keyboards/handwired/bdn9_ble/keymaps/default/keymap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/handwired/bdn9_ble/keymaps/default/keymap.c b/keyboards/handwired/bdn9_ble/keymaps/default/keymap.c
index 4c92dc3dd4..8fa53aec13 100644
--- a/keyboards/handwired/bdn9_ble/keymaps/default/keymap.c
+++ b/keyboards/handwired/bdn9_ble/keymaps/default/keymap.c
@@ -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, _______
)
};