* Initial commit of zen keymap * Added RGB control for my zen * Fixed ergodox layout. * Reduce brightness. * PR feedback.
		
			
				
	
	
		
			6 lines
		
	
	
		
			79 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			79 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| SRC += 333fred.c
 | |
| 
 | |
| ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
 | |
|   SRC += rgb.c
 | |
| endif
 |