mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-29 04:30:05 +01:00 
			
		
		
		
	 b11a776cef
			
		
	
	
		b11a776cef
		
	
	
	
	
		
			
			* use ctl_t * spruce up readme and add a changelog * add comment about using CTL_T * add more description * use RSFT_T so I can still have a right shift key even on the _AL layer * add config.h for rgblight_sleep * update readme to talk about rgblight_sleep * update changelog with new changes
		
			
				
	
	
		
			6 lines
		
	
	
		
			86 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			86 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #ifdef RGBLIGHT_ENABLE
 | |
| #define RGBLIGHT_SLEEP
 | |
| #endif // RGBLIGHT_ENABLE
 |