~ruther/qmk_firmware

ref: dc570b0b389d23b8ea8b46311294a7040b5e1e44 qmk_firmware/tmk_core/protocol/midi.mk -rw-r--r-- 223 bytes
dc570b0b — さくらんぼ Keyboard: Add yosino58 Keyboard (#5465) 6 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
MIDI_DIR = protocol/midi

SRC += midi.c \
	   midi_device.c \
	   bytequeue/bytequeue.c \
	   bytequeue/interrupt_setting.c \
	   sysex_tools.c \
     qmk_midi.c \
	   $(LUFA_SRC_USBCLASS)

VPATH += $(TMK_PATH)/$(MIDI_DIR)