/* Bluetooth Low Energy Protocol for QMK.
* Author: Wez Furlong, 2016
* Supports the Adafruit BLE board built around the nRF51822 chip.
*/
extern "C" MOUSE_ENABLE
/* Send a mouse/wheel movement report.
* The parameters are signed and indicate positive or negative direction
* change. */
extern void ;
/* Compute battery voltage by reading an analog pin.
* Returns the integer number of millivolts */
extern uint32_t ;
extern bool ;
extern bool ;
}