summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol')
-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