diff options
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.c')
-rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index ca3384ba2..6776a964e 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c | |||
@@ -556,7 +556,7 @@ static void send_keyboard(report_keyboard_t *report) { | |||
556 | uint8_t timeout = 255; | 556 | uint8_t timeout = 255; |
557 | 557 | ||
558 | #ifdef BLUETOOTH_ENABLE | 558 | #ifdef BLUETOOTH_ENABLE |
559 | uint8_t where = where_to_send(); | 559 | uint8_t where = where_to_send(); |
560 | 560 | ||
561 | if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) { | 561 | if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) { |
562 | # ifdef MODULE_ADAFRUIT_BLE | 562 | # ifdef MODULE_ADAFRUIT_BLE |
@@ -621,7 +621,7 @@ static void send_mouse(report_mouse_t *report) { | |||
621 | uint8_t timeout = 255; | 621 | uint8_t timeout = 255; |
622 | 622 | ||
623 | # ifdef BLUETOOTH_ENABLE | 623 | # ifdef BLUETOOTH_ENABLE |
624 | uint8_t where = where_to_send(); | 624 | uint8_t where = where_to_send(); |
625 | 625 | ||
626 | if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) { | 626 | if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) { |
627 | # ifdef MODULE_ADAFRUIT_BLE | 627 | # ifdef MODULE_ADAFRUIT_BLE |