Skip to content

Commit

Permalink
Fix midi after recent refactoring (qmk#19723)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Jan 31, 2023
1 parent b867522 commit 944b610
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tmk_core/protocol/lufa.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 944b610

Please sign in to comment.