diff options
author | dbroqua <dbroqua@mousur.org> | 2016-08-23 20:39:01 +0200 |
---|---|---|
committer | dbroqua <dbroqua@mousur.org> | 2016-08-23 20:39:01 +0200 |
commit | d19c0d46d9264d6914cdfb5cc3a6eef44ead19bb (patch) | |
tree | a2eec544ff8d979a7d0b7f535af184d2c322994c /tmk_core/protocol/lufa.mk | |
parent | e65252d591b88f3c108d40ea5eeda9d561bc237c (diff) | |
parent | a9205484718ab2a74bc97884a2ea7b95882ed66d (diff) | |
download | qmk_firmware-d19c0d46d9264d6914cdfb5cc3a6eef44ead19bb.tar.gz qmk_firmware-d19c0d46d9264d6914cdfb5cc3a6eef44ead19bb.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tmk_core/protocol/lufa.mk')
-rw-r--r-- | tmk_core/protocol/lufa.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/protocol/lufa.mk b/tmk_core/protocol/lufa.mk index 0eeace44ec..5b1e3d19d0 100644 --- a/tmk_core/protocol/lufa.mk +++ b/tmk_core/protocol/lufa.mk @@ -26,6 +26,10 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes) $(TMK_DIR)/protocol/serial_uart.c endif +ifeq ($(strip $(VIRTSER_ENABLE)), yes) + LUFA_SRC += $(LUFA_ROOT_PATH)/Drivers/USB/Class/Device/CDCClassDevice.c +endif + SRC += $(LUFA_SRC) # Search Path |