1
0
Fork 0

Added USB Virtual Serial support

This commit is contained in:
Jason Green 2016-08-01 05:02:52 +00:00
parent d8c5041f0a
commit 80d10bef07
6 changed files with 276 additions and 4 deletions

View file

@ -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