diff options
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.c')
-rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index 8fd4be8af..623aa33ff 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c | |||
@@ -809,7 +809,7 @@ static void send_consumer(uint16_t data) { | |||
809 | 809 | ||
810 | if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) { | 810 | if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) { |
811 | # ifdef MODULE_ADAFRUIT_BLE | 811 | # ifdef MODULE_ADAFRUIT_BLE |
812 | adafruit_ble_send_consumer_key(data, 0); | 812 | adafruit_ble_send_consumer_key(data); |
813 | # elif MODULE_RN42 | 813 | # elif MODULE_RN42 |
814 | static uint16_t last_data = 0; | 814 | static uint16_t last_data = 0; |
815 | if (data == last_data) return; | 815 | if (data == last_data) return; |