aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa/lufa.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.c')
-rw-r--r--tmk_core/protocol/lufa/lufa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c
index 792db4340..933b212c9 100644
--- a/tmk_core/protocol/lufa/lufa.c
+++ b/tmk_core/protocol/lufa/lufa.c
@@ -700,7 +700,7 @@ static void send_system(uint16_t data) {
700 */ 700 */
701static void send_consumer(uint16_t data) { 701static void send_consumer(uint16_t data) {
702#ifdef EXTRAKEY_ENABLE 702#ifdef EXTRAKEY_ENABLE
703 uint8_t where = where_to_send(); 703 uint8_t where = where_to_send();
704 704
705# ifdef BLUETOOTH_ENABLE 705# ifdef BLUETOOTH_ENABLE
706 if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) { 706 if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) {