~ruther/qmk_firmware

944b6107e2b23cb6c4699901154e4bbd7ff53231 — Joel Challis 2 years ago b867522
Fix midi after recent refactoring (#19723)

1 files changed, 4 insertions(+), 0 deletions(-)

M tmk_core/protocol/lufa.mk
M tmk_core/protocol/lufa.mk => tmk_core/protocol/lufa.mk +4 -0
@@ 17,6 17,10 @@ LUFA_SRC = lufa.c \
	usb_descriptor.c \
	$(LUFA_SRC_USB)

ifeq ($(strip $(MIDI_ENABLE)), yes)
	LUFA_SRC += $(LUFA_ROOT_PATH)/Drivers/USB/Class/Device/MIDIClassDevice.c
endif

ifeq ($(strip $(VIRTSER_ENABLE)), yes)
	LUFA_SRC += $(LUFA_ROOT_PATH)/Drivers/USB/Class/Device/CDCClassDevice.c
endif