* Add INSERT and EEP_RST to HS60 keymap * Add INSERT to keymap * Layer based RGB colors * Move RGB code to layer_rgb.c * New file with layer based RGB colors * Use RGB code if RGBLIGHT is enabled * Set RGB options in config.h * Remove rgb enable from init user
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			150 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			150 B
		
	
	
	
		
			C
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
#define TAPPING_TERM 200
 | 
						|
#define RETRO_TAPPING
 | 
						|
 | 
						|
#ifdef RGBLIGHT_ENABLE
 | 
						|
  #define RGBLIGHT_LIMIT_VAL 175
 | 
						|
  #define RGBLIGHT_SLEEP
 | 
						|
#endif
 |