8 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
CUSTOM_MATRIX = lite
 | 
						|
 | 
						|
UART_DRIVER_REQUIRED = yes
 | 
						|
 | 
						|
# Project specific files
 | 
						|
SRC +=  common/bitc_led.c \
 | 
						|
        common/remote_kb.c \
 | 
						|
        matrix.c
 |