* Inital layout * Fix the backspace * add a number pad * move the backlight to the adjust layer; move ctrl and delete. * Update from main repo * Add initial files for custom keymap * Light keymap mod * Change the submodules to match the upstream fork's master branch
		
			
				
	
	
		
			7 lines
		
	
	
		
			100 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			100 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| RGBLIGHT_ENABLE = no
 | |
| BACKLIGHT_ENABLE = yes
 | |
| 
 | |
| ifndef QUANTUM_DIR
 | |
| 	include ../../../../Makefile
 | |
| endif
 |