summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/lufa.mk
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-12-04 17:57:47 +0100
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-12-04 17:57:47 +0100
commitfc80aa9974faad146837cd26d9264b5a6c74dd4b (patch)
tree893e6f573c2753a51f67ed3636110850036405c7 /tmk_core/protocol/lufa.mk
parenta8e5f6180585f46684d713976ad05d4d81b11ab1 (diff)
parentf39e1b5dfe7552f01dbc6eab95c268f41a9d98e2 (diff)
downloadqmk_firmware-fc80aa9974faad146837cd26d9264b5a6c74dd4b.tar.gz
qmk_firmware-fc80aa9974faad146837cd26d9264b5a6c74dd4b.tar.xz
Merge branch 'master' into promethium
Diffstat (limited to 'tmk_core/protocol/lufa.mk')
-rw-r--r--tmk_core/protocol/lufa.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/protocol/lufa.mk b/tmk_core/protocol/lufa.mk
index 5b1e3d19d..151d26cbc 100644
--- a/tmk_core/protocol/lufa.mk
+++ b/tmk_core/protocol/lufa.mk
@@ -21,6 +21,10 @@ ifeq ($(strip $(MIDI_ENABLE)), yes)
include $(TMK_PATH)/protocol/midi.mk
endif
+ifeq ($(strip $(ADAFRUIT_BLE_ENABLE)), yes)
+ LUFA_SRC += $(LUFA_DIR)/adafruit_ble.cpp
+endif
+
ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
LUFA_SRC += $(LUFA_DIR)/bluetooth.c \
$(TMK_DIR)/protocol/serial_uart.c