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:
parent
1923cffd41
commit
db32864ce7
5186 changed files with 2207 additions and 2306512 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue