aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/lufa/lufa.c
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2020-06-22 11:22:00 +1000
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-08-29 14:30:02 -0700
commit60e5733c487cc0435e7d3b913f31ce4acc405d4a (patch)
tree6a8cecf7e2de893ede5b33bdcbee6a2faa409822 /tmk_core/protocol/lufa/lufa.c
parent3b34858b772cda36fa9988e4d45039ff7ff9146a (diff)
downloadfirmware-60e5733c487cc0435e7d3b913f31ce4acc405d4a.tar.gz
firmware-60e5733c487cc0435e7d3b913f31ce4acc405d4a.tar.bz2
firmware-60e5733c487cc0435e7d3b913f31ce4acc405d4a.zip
`qmk cformat` on `develop` (#9501)
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.c')
-rw-r--r--tmk_core/protocol/lufa/lufa.c4
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) {
uint8_t timeout = 255;
#ifdef BLUETOOTH_ENABLE
- uint8_t where = where_to_send();
+ uint8_t where = where_to_send();
if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) {
# ifdef MODULE_ADAFRUIT_BLE
@@ -621,7 +621,7 @@ static void send_mouse(report_mouse_t *report) {
uint8_t timeout = 255;
# ifdef BLUETOOTH_ENABLE
- uint8_t where = where_to_send();
+ uint8_t where = where_to_send();
if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) {
# ifdef MODULE_ADAFRUIT_BLE