mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
10 lines
No EOL
204 B
Makefile
10 lines
No EOL
204 B
Makefile
MIDI_DIR = protocol/midi
|
|
|
|
SRC += midi.c \
|
|
midi_device.c \
|
|
bytequeue/bytequeue.c \
|
|
bytequeue/interrupt_setting.c \
|
|
sysex_tools.c \
|
|
$(LUFA_SRC_USBCLASS)
|
|
|
|
VPATH += $(TMK_PATH)/$(MIDI_DIR)
|