1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 11 additions and 23 deletions

View file

@ -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