aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa/lufa.c
diff options
context:
space:
mode:
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 3c4ad4b4d..e3f8724e8 100644
--- a/tmk_core/protocol/lufa/lufa.c
+++ b/tmk_core/protocol/lufa/lufa.c
@@ -669,7 +669,7 @@ static void send_mouse(report_mouse_t *report)
669 if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) { 669 if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) {
670 #ifdef MODULE_ADAFRUIT_BLE 670 #ifdef MODULE_ADAFRUIT_BLE
671 // FIXME: mouse buttons 671 // FIXME: mouse buttons
672 adafruit_ble_send_mouse_move(report->x, report->y, report->v, report->h); 672 adafruit_ble_send_mouse_move(report->x, report->y, report->v, report->h, report->buttons);
673 #else 673 #else
674 bluefruit_serial_send(0xFD); 674 bluefruit_serial_send(0xFD);
675 bluefruit_serial_send(0x00); 675 bluefruit_serial_send(0x00);