* slight tweaks to xd75 keymap * update to config.h to remove undef of solenoid active * code organization for userspace * updates to userspace and keymaps * add rgb to userspace and lets split * add conditional around rgb functions in userpsace * move rgb layer changes into layer_state_set_user
		
			
				
	
	
		
			7 lines
		
	
	
		
			119 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			119 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| RGBLIGHT_ENABLE = no
 | |
| BACKLIGHT_ENABLE = no
 | |
| #AUDIO_ENABLE = yes 
 | |
| ifndef QUANTUM_DIR
 | |
| 	include ../../../../Makefile
 | |
| endif
 |