* Fix up userspace after feature merges * Add new macros for keyboard layouts * Keep new layouts in keymap for easy reference * Cleanup layouts * Fix CRKBD wrappers * Fix up comments * Fix spacing in orthodox base layer * ergodox related cleanup * Make KC_MAKE only flash when holding shift * Add option to fast compile boards * Clean up rgb modes to save space * Re-enable Swap Hands on my Iris
		
			
				
	
	
		
			20 lines
		
	
	
		
			384 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			384 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include QMK_KEYBOARD_CONFIG_H
 | |
| 
 | |
| #ifdef RGBLIGHT_ENABLE
 | |
| #undef RGBLIGHT_SAT_STEP
 | |
| #define RGBLIGHT_SAT_STEP 12
 | |
| 
 | |
| #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 3
 | |
| #define RGBLIGHT_EFFECT_SNAKE_LENGTH 3
 | |
| #define RGBLIGHT_EFFECT_BREATHE_CENTER 1
 | |
| #endif // RGBLIGHT_ENABLE
 | |
| 
 | |
| 
 | |
| #undef PRODUCT
 | |
| #define PRODUCT         DrashnaDox - Hacked ErgoDox EZ Shine
 | |
| 
 | |
| #undef DEBOUNCE
 | |
| #define DEBOUNCE 5
 |