summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa.mk
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-01-30 18:47:50 +1100
committerGitHub <noreply@github.com>2023-01-30 18:47:50 +1100
commit242b80c63ffff022172755da35fb4767d5f837c2 (patch)
treec084a1e974544e7ba2b2dd3dd94f6b0200d4346f /tmk_core/protocol/lufa.mk
parent968cc1fe7b5c99f85d2888071fed8511125ebe9b (diff)
Move MIDI code out of tmk_core (#19704)
Diffstat (limited to 'tmk_core/protocol/lufa.mk')
-rw-r--r--tmk_core/protocol/lufa.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmk_core/protocol/lufa.mk b/tmk_core/protocol/lufa.mk
index 00fec478ac..a67939906e 100644
--- a/tmk_core/protocol/lufa.mk
+++ b/tmk_core/protocol/lufa.mk
@@ -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