summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa/lufa.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-01-15 14:32:00 +1100
committerDrashna Jael're <drashna@live.com>2021-02-02 09:38:50 -0800
commit97b1e6faf820b82765fae3eefda9760dbc23fc19 (patch)
tree7549de0fab96a491324fbbb9ebfb206ae47dd9af /tmk_core/protocol/lufa/lufa.c
parentd909bc27657561e0c6a760c99f345528ae2667b5 (diff)
Adafruit BLE cleanups (#11556)
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 3c6b1cffaf..1d019d1695 100644
--- a/tmk_core/protocol/lufa/lufa.c
+++ b/tmk_core/protocol/lufa/lufa.c
@@ -922,7 +922,7 @@ static void send_consumer(uint16_t data) {
if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) {
# ifdef MODULE_ADAFRUIT_BLE
- adafruit_ble_send_consumer_key(data, 0);
+ adafruit_ble_send_consumer_key(data);
# elif MODULE_RN42
static uint16_t last_data = 0;
if (data == last_data) return;