aboutsummaryrefslogtreecommitdiff
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-15 15:04:03 -1000
commitba4b3d9d7275e8f4280044d959a267e2abcec8e7 (patch)
tree7dbb1f2fa941387f8c57272a0848a126026a5c76 /tmk_core
parentaa660c1eb7cad0e248c69e60d8752fe997e666a7 (diff)
downloadqmk_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.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 @@
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
12extern "C" { 15extern "C" {
13#endif 16#endif