forked from mirrors/qmk_userspace
		
	Fixed gpio controlled caps lock LED is cleared incorrectly in wireless mode after factory reset
This commit is contained in:
		
					parent
					
						
							
								6aa63c3c63
							
						
					
				
			
			
				commit
				
					
						dda14805a1
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -244,6 +244,7 @@ static void wireless_enter_disconnected(uint8_t host_idx) {
 | 
			
		|||
 | 
			
		||||
    uint8_t previous_state = wireless_state;
 | 
			
		||||
    led_state              = 0;
 | 
			
		||||
    if (get_transport() & TRANSPORT_WIRELESS)
 | 
			
		||||
        led_update_kb((led_t)led_state);
 | 
			
		||||
 | 
			
		||||
    wireless_state = WT_DISCONNECTED;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue