summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/lufa.mk
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-01-31 23:07:05 +0100
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-01-31 23:07:05 +0100
commitd8a9c63c265869822a77ad5c5cb7c8dfa4ff1f6c (patch)
treeaef00ec84122c366bfc0e70e7d3190976380685b /tmk_core/protocol/lufa.mk
parentec05f654210a01ef82db2ab54e6065783536b802 (diff)
downloadqmk_firmware-d8a9c63c265869822a77ad5c5cb7c8dfa4ff1f6c.tar.gz
qmk_firmware-d8a9c63c265869822a77ad5c5cb7c8dfa4ff1f6c.tar.xz
Implement runtime selectable output (USB or BT)
Diffstat (limited to 'tmk_core/protocol/lufa.mk')
-rw-r--r--tmk_core/protocol/lufa.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/protocol/lufa.mk b/tmk_core/protocol/lufa.mk
index 151d26cbc..26337cb94 100644
--- a/tmk_core/protocol/lufa.mk
+++ b/tmk_core/protocol/lufa.mk
@@ -15,6 +15,7 @@ endif
LUFA_SRC = lufa.c \
descriptor.c \
+ outputselect.c \
$(LUFA_SRC_USB)
ifeq ($(strip $(MIDI_ENABLE)), yes)