From ba4b3d9d7275e8f4280044d959a267e2abcec8e7 Mon Sep 17 00:00:00 2001 From: Benjamin Dengler Date: Mon, 16 Oct 2017 03:04:03 +0200 Subject: Added BLE support for USB-USB converter. (#1824) * Added BLE support to USB-USB converter * Added readme * Removed images and Makefile --- tmk_core/protocol/lufa/adafruit_ble.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmk_core/protocol') 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 #include +#include "config_common.h" +#include "progmem.h" + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3-24-g4f1b