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:
@@ -18,11 +18,7 @@ LUFA_SRC = lufa.c \
|
||||
$(LUFA_SRC_USB)
|
||||
|
||||
ifeq ($(strip $(MIDI_ENABLE)), yes)
|
||||
LUFA_SRC += midi/midi.c \
|
||||
midi/midi_device.c \
|
||||
midi/bytequeue/bytequeue.c \
|
||||
midi/bytequeue/interrupt_setting.c \
|
||||
$(LUFA_SRC_USBCLASS)
|
||||
include $(TMK_PATH)/protocol/midi.mk
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
|
||||
|
Reference in New Issue
Block a user