diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-05-30 12:10:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-30 12:10:45 -0400 |
commit | 4549b0417e7ac99bff36f130f3d7642ec24c2956 (patch) | |
tree | bc1bfb3b2bf95a52999290d24d9f4050a82888cd /tmk_core/protocol/lufa/adafruit_ble.h | |
parent | 3a1a7d647283681be4681990619061249717a99a (diff) | |
parent | f0fc2db4e291dc7584c3cb81994ae14b9749fc62 (diff) |
Merge pull request #1342 from priyadi/adafruit-mouse-buttons
Adafruit Feather BLE / BLE Friend mouse buttons support
Diffstat (limited to 'tmk_core/protocol/lufa/adafruit_ble.h')
-rw-r--r-- | tmk_core/protocol/lufa/adafruit_ble.h | 2 |
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. |