diff options
author | Benjamin Dengler <benjamin.dengler@gmail.com> | 2017-10-16 03:04:03 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-10-15 15:04:03 -1000 |
commit | ba4b3d9d7275e8f4280044d959a267e2abcec8e7 (patch) | |
tree | 7dbb1f2fa941387f8c57272a0848a126026a5c76 /tmk_core | |
parent | aa660c1eb7cad0e248c69e60d8752fe997e666a7 (diff) | |
download | qmk_firmware-ba4b3d9d7275e8f4280044d959a267e2abcec8e7.tar.gz qmk_firmware-ba4b3d9d7275e8f4280044d959a267e2abcec8e7.zip |
Added BLE support for USB-USB converter. (#1824)
* Added BLE support to USB-USB converter
* Added readme
* Removed images and Makefile
Diffstat (limited to 'tmk_core')
-rw-r--r-- | tmk_core/protocol/lufa/adafruit_ble.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk_core/protocol/lufa/adafruit_ble.h b/tmk_core/protocol/lufa/adafruit_ble.h index 036b7d14ea..5d26a9d5a3 100644 --- a/tmk_core/protocol/lufa/adafruit_ble.h +++ b/tmk_core/protocol/lufa/adafruit_ble.h @@ -8,6 +8,9 @@ #include <stdint.h> #include <string.h> +#include "config_common.h" +#include "progmem.h" + #ifdef __cplusplus extern "C" { #endif |