Move MIDI code out of tmk_core (#19704)

This commit is contained in:
Ryan
2023-01-30 18:47:50 +11:00
committed by GitHub
parent 968cc1fe7b
commit 242b80c63f
20 changed files with 11 additions and 23 deletions

View File

@@ -17,10 +17,6 @@ LUFA_SRC = lufa.c \
usb_descriptor.c \
$(LUFA_SRC_USB)
ifeq ($(strip $(MIDI_ENABLE)), yes)
include $(TMK_PATH)/protocol/midi.mk
endif
ifeq ($(strip $(VIRTSER_ENABLE)), yes)
LUFA_SRC += $(LUFA_ROOT_PATH)/Drivers/USB/Class/Device/CDCClassDevice.c
endif