summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/chibios.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/chibios.mk
parent968cc1fe7b5c99f85d2888071fed8511125ebe9b (diff)
Move MIDI code out of tmk_core (#19704)
Diffstat (limited to 'tmk_core/protocol/chibios.mk')
-rw-r--r--tmk_core/protocol/chibios.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmk_core/protocol/chibios.mk b/tmk_core/protocol/chibios.mk
index a7f2d8e93d..8eaf5b10d2 100644
--- a/tmk_core/protocol/chibios.mk
+++ b/tmk_core/protocol/chibios.mk
@@ -15,7 +15,3 @@ VPATH += $(TMK_PATH)/$(CHIBIOS_DIR)/lufa_utils
OPT_DEFS += -DFIXED_CONTROL_ENDPOINT_SIZE=64
OPT_DEFS += -DFIXED_NUM_CONFIGURATIONS=1
-
-ifeq ($(strip $(MIDI_ENABLE)), yes)
- include $(TMK_PATH)/protocol/midi.mk
-endif