Cleans up quantum/keymap situation, removes extra lufa folders (#416)
* sorts out keycodes * move midi around * remove mbed * replaces keymap with qmk/keymap_common * fixes keymap.h * keymap, config, quantum rearrange * removes unneeded lufa stuff
This commit is contained in:
9
tmk_core/protocol/midi.mk
Normal file
9
tmk_core/protocol/midi.mk
Normal file
@ -0,0 +1,9 @@
|
||||
MIDI_DIR = protocol/midi
|
||||
|
||||
SRC += midi.c \
|
||||
midi_device.c \
|
||||
bytequeue/bytequeue.c \
|
||||
bytequeue/interrupt_setting.c \
|
||||
$(LUFA_SRC_USBCLASS)
|
||||
|
||||
VPATH += $(TMK_PATH)/$(MIDI_DIR)
|
Reference in New Issue
Block a user