mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	* Enable link-time optimization * Make RGB static gradient ranges shorter * Shift Quefrency media keys to the right * Shift KBD67 media keys to the right * Move some 60% keys from function to adjust layer * Set "extra" Lily58 keys to browser back/forward * Remove Instant60 EEPROM hack after #6968 * Remove unnecessary bits from macropad keymaps * Update KLE images
		
			
				
	
	
		
			7 lines
		
	
	
		
			210 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			210 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include "quantum.h"
 | 
						|
 | 
						|
#if defined(RGBLIGHT_ENABLE)
 | 
						|
    /* Adjust RGB static hue ranges for shorter gradients than default. */
 | 
						|
    const uint8_t RGBLED_GRADIENT_RANGES[] PROGMEM = {255, 127, 63, 31, 15};
 | 
						|
#endif
 |