summaryrefslogtreecommitdiffstats
path: root/tmk_core
diff options
context:
space:
mode:
authorBenjamin Dengler <benjamin.dengler@gmail.com>2017-10-16 03:04:03 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-16 03:04:03 +0200
commitba4b3d9d7275e8f4280044d959a267e2abcec8e7 (patch)
tree7dbb1f2fa941387f8c57272a0848a126026a5c76 /tmk_core
parentaa660c1eb7cad0e248c69e60d8752fe997e666a7 (diff)
downloadqmk_firmware-ba4b3d9d7275e8f4280044d959a267e2abcec8e7.tar.gz
qmk_firmware-ba4b3d9d7275e8f4280044d959a267e2abcec8e7.tar.xz
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.h3
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 @@
#include <stdint.h>
#include <string.h>
+#include "config_common.h"
+#include "progmem.h"
+
#ifdef __cplusplus
extern "C" {
#endif