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 036b7d14e..5d26a9d5a 100644 --- a/tmk_core/protocol/lufa/adafruit_ble.h +++ b/tmk_core/protocol/lufa/adafruit_ble.h | |||
| @@ -8,6 +8,9 @@ | |||
| 8 | #include <stdint.h> | 8 | #include <stdint.h> |
| 9 | #include <string.h> | 9 | #include <string.h> |
| 10 | 10 | ||
| 11 | #include "config_common.h" | ||
| 12 | #include "progmem.h" | ||
| 13 | |||
| 11 | #ifdef __cplusplus | 14 | #ifdef __cplusplus |
| 12 | extern "C" { | 15 | extern "C" { |
| 13 | #endif | 16 | #endif |
