diff options
author | fauxpark <fauxpark@gmail.com> | 2021-01-15 18:34:12 +1100 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2021-01-15 18:34:12 +1100 |
commit | ca7da3866d8a7a80e5c932ebac40fe0061d00c7f (patch) | |
tree | 5686046b1f73ed22253fc74bd4851c77e638a615 /tmk_core/protocol/lufa/lufa.c | |
parent | ab375d3d075c105f09a1ddd0e155f178225518bc (diff) | |
parent | 8cf5f72aadc7f287b2716a174730a4b2cc26c900 (diff) |
Merge remote-tracking branch 'upstream/master' into develop
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 8fd4be8af5..623aa33ff5 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) { 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; |