mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-30 21:02:32 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			352 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			352 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| /* Select hand configuration */
 | |
| 
 | |
| #define MASTER_LEFT
 | |
| // #define MASTER_RIGHT
 | |
| // #define EE_HANDS
 | |
| 
 | |
| #define SWAP_SCLN
 | |
| #define TAPPING_TERM 300
 | |
| 
 | |
| #undef RGBLED_NUM
 | |
| #define RGBLIGHT_EFFECT_STATIC_GRADIENT
 | |
| #define RGBLED_NUM 10
 | |
| #define RGBLIGHT_LIMIT_VAL 100
 | |
| #define RGBLIGHT_HUE_STEP 10
 | |
| #define RGBLIGHT_SAT_STEP 8
 | |
| #define RGBLIGHT_VAL_STEP 8
 | 
