From db32864ce7029d758f57729cc2f75e051a28d0a2 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Sat, 18 Jun 2016 14:30:24 -0400 Subject: 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 --- tmk_core/protocol/midi.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tmk_core/protocol/midi.mk (limited to 'tmk_core/protocol/midi.mk') diff --git a/tmk_core/protocol/midi.mk b/tmk_core/protocol/midi.mk new file mode 100644 index 0000000000..c85ae42ff2 --- /dev/null +++ b/tmk_core/protocol/midi.mk @@ -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) \ No newline at end of file -- cgit v1.2.3