summary refs log tree commit diff
path: root/keyboards/woodkeys
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/woodkeys
parent9a0f347a095ad46c8e44eaed6925811da63aef6c (diff)
Normalise output selection (Bluetooth) keycodes (#19004)
Diffstat (limited to 'keyboards/woodkeys')
-rw-r--r--keyboards/woodkeys/meira/keymaps/cole/keymap.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/woodkeys/meira/keymaps/cole/keymap.c b/keyboards/woodkeys/meira/keymaps/cole/keymap.c
index a4c6fbfc10..91e0aaec75 100644
--- a/keyboards/woodkeys/meira/keymaps/cole/keymap.c
+++ b/keyboards/woodkeys/meira/keymaps/cole/keymap.c
@@ -28,11 +28,6 @@ extern rgblight_config_t rgblight_config;
 #define _RAISE 4
 #define _ADJUST 16
 
-
-#ifndef BLUETOOTH_ENABLE
-#define OUT_BT KC_TRNS
-#endif
-
 enum custom_keycodes {
   QWERTY = SAFE_RANGE,
   LOWER,
@@ -114,7 +109,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
                 QK_BOOT, _______,   _______, KC_MRWD, KC_MPLY, KC_MFFD, KC_PSCR, _______, KC_MUTE, KC_VOLD, KC_VOLU, KC_DEL, \
                 BL_STEP, RGB_MOD, _______, AU_ON,   AU_OFF,  _______, _______, _______,  _______, _______,  _______, _______, \
                 BL_TOGG, RGB_TOG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
-                _______, KC_PSCR, _______, _______, _______, _______, _______, _______, _______, OUT_AUTO, OUT_USB, OUT_BT \
+                _______, KC_PSCR, _______, _______, _______, _______, _______, _______, _______, OU_AUTO, OU_USB, OU_BT \
         )
 };