mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	* 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
		
			
				
	
	
		
			9 lines
		
	
	
		
			184 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			184 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
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)
 |