summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa/adafruit_ble.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-05-30 12:49:38 -0400
committerJack Humbert <jack.humb@gmail.com>2017-05-30 12:49:38 -0400
commitcb791cf6cdbcd9fd1291f36f6b1a6840753db97f (patch)
tree8bad7ccd276d8e83b9a4b288ef683caa57f79b3e /tmk_core/protocol/lufa/adafruit_ble.h
parent9ecfc2329295b572bc4c5a6f4569f6d0fc2840aa (diff)
parent4549b0417e7ac99bff36f130f3d7642ec24c2956 (diff)
Merge branch 'master' of https://github.com/qmk/qmk_firmware
Diffstat (limited to 'tmk_core/protocol/lufa/adafruit_ble.h')
-rw-r--r--tmk_core/protocol/lufa/adafruit_ble.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/adafruit_ble.h b/tmk_core/protocol/lufa/adafruit_ble.h
index b3bab3ca09..036b7d14ea 100644
--- a/tmk_core/protocol/lufa/adafruit_ble.h
+++ b/tmk_core/protocol/lufa/adafruit_ble.h
@@ -43,7 +43,7 @@ extern bool adafruit_ble_send_consumer_key(uint16_t keycode, int hold_duration);
* The parameters are signed and indicate positive of negative direction
* change. */
extern bool adafruit_ble_send_mouse_move(int8_t x, int8_t y, int8_t scroll,
- int8_t pan);
+ int8_t pan, uint8_t buttons);
#endif
/* Compute battery voltage by reading an analog pin.