19 lines
		
	
	
		
			350 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			350 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef CONFIG_USER_H
 | |
| #define CONFIG_USER_H
 | |
| #include "../../config.h"
 | |
| 
 | |
| 
 | |
| #define TAPPING_TERM 200
 | |
| 
 | |
| #ifdef RGBLIGHT_ENABLE
 | |
| #undef RGBLIGHT_SAT_STEP 
 | |
| #define RGBLIGHT_SAT_STEP 12
 | |
| #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 7
 | |
| #define RGBLIGHT_EFFECT_SNAKE_LENGTH 7
 | |
| #define RGBLIGHT_EFFECT_BREATHE_CENTER 1
 | |
| #endif // RGBLIGHT_ENABLE
 | |
| 
 | |
| #define FORCE_NKRO
 | |
| 
 | |
| #endif
 |