7 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Touch encoder needs
 | |
| VPATH += keyboards/rgbkb/common
 | |
| SRC += touch_encoder.c
 | |
| SRC += common_oled.c
 | |
| I2C_DRIVER_REQUIRED = yes
 | |
| 
 | |
| OPT = 3
 | 
