* Move Iris via support to Via keymap And move it out of the main keyboard files * Actually add via keymap folder Because using git when you're tired is apparently a very bad idea, and you do stupid things like not running git add * Clean up config.h file for iris via keymap
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
RGBLIGHT_ENABLE = yes
 | 
						|
BACKLIGHT_ENABLE = yes
 | 
						|
 | 
						|
# VIA Support - Comment these 3 lines out to disable
 | 
						|
RAW_ENABLE = yes
 | 
						|
DYNAMIC_KEYMAP_ENABLE = yes
 | 
						|
SRC += keyboards/wilba_tech/wt_main.c
 |