]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/protocol/lufa/adafruit_ble.h
ergodox qwerty_code_friendly: add macro keys (#1918)
[qmk_firmware.git] / tmk_core / protocol / lufa / adafruit_ble.h
index b3bab3ca0997b6ebc8d8957bb331f6202218c8f5..5d26a9d5a3e4c9e03c0e4dbb419e4a96eb4f92ff 100644 (file)
@@ -8,6 +8,9 @@
 #include <stdint.h>
 #include <string.h>
 
+#include "config_common.h"
+#include "progmem.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -43,7 +46,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.