30 lines
		
	
	
		
			661 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			661 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #define USE_I2C
 | |
| 
 | |
| /* Select hand configuration */
 | |
| //#define MASTER_RIGHT
 | |
| 
 | |
| #define TAPPING_TERM 150
 | |
| 
 | |
| #undef RGBLED_NUM
 | |
| #define RGBLIGHT_EFFECT_BREATHING
 | |
| #define RGBLIGHT_EFFECT_RAINBOW_MOOD
 | |
| #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
 | |
| #define RGBLIGHT_EFFECT_SNAKE
 | |
| #define RGBLIGHT_EFFECT_KNIGHT
 | |
| #define RGBLIGHT_EFFECT_CHRISTMAS
 | |
| #define RGBLIGHT_EFFECT_STATIC_GRADIENT
 | |
| #define RGBLIGHT_EFFECT_RGB_TEST
 | |
| #define RGBLIGHT_EFFECT_ALTERNATING
 | |
| #define RGBLIGHT_EFFECT_TWINKLE
 | |
| #define RGBLED_NUM 12
 | |
| #define RGBLED_SPLIT { 6, 6 }
 | |
| #define RGBLIGHT_HUE_STEP 8
 | |
| #define RGBLIGHT_SAT_STEP 8
 | |
| #define RGBLIGHT_VAL_STEP 8
 | |
| 
 | |
| #ifdef AUDIO_ENABLE
 | |
| #define AUDIO_PIN C6
 | |
| #endif
 |