Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						32ec677d8d
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -157,6 +157,7 @@ void keyboard_pre_init_kb(void) {
 | 
				
			||||||
bool led_update_kb(led_t led_state) {
 | 
					bool led_update_kb(led_t led_state) {
 | 
				
			||||||
    bool res = led_update_user(led_state);
 | 
					    bool res = led_update_user(led_state);
 | 
				
			||||||
    if (res) {
 | 
					    if (res) {
 | 
				
			||||||
 | 
					        led_update_ports(led_state);
 | 
				
			||||||
        gpio_write_pin(LED_WIN_LOCK_PIN, keymap_config.no_gui);
 | 
					        gpio_write_pin(LED_WIN_LOCK_PIN, keymap_config.no_gui);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    return res;
 | 
					    return res;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue