Fix rendering of keymap_config.no_gui within led_update_kb (#24473)
				
					
				
			This commit is contained in:
		
							parent
							
								
									40d49ee487
								
							
						
					
					
						commit
						a10e7cc858
					
				
					 2 changed files with 6 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -150,13 +150,10 @@ const snled27351_led_t PROGMEM g_snled27351_leds[SNLED27351_LED_COUNT] = {
 | 
			
		|||
void keyboard_pre_init_kb(void) {
 | 
			
		||||
    gpio_set_pin_output(LED_WIN_LOCK_PIN); // LED3 Win Lock
 | 
			
		||||
    gpio_write_pin_low(LED_WIN_LOCK_PIN);
 | 
			
		||||
 | 
			
		||||
    keyboard_pre_init_user();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool led_update_kb(led_t led_state) {
 | 
			
		||||
    bool res = led_update_user(led_state);
 | 
			
		||||
    if (res) {
 | 
			
		||||
        gpio_write_pin(LED_WIN_LOCK_PIN, keymap_config.no_gui);
 | 
			
		||||
    }
 | 
			
		||||
    return res;
 | 
			
		||||
void housekeeping_task_kb(void){
 | 
			
		||||
    gpio_write_pin(LED_WIN_LOCK_PIN, keymap_config.no_gui);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue