mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	Fix Phantom scroll lock LED.
This commit is contained in:
		
							parent
							
								
									8848d0188f
								
							
						
					
					
						commit
						a21359a098
					
				@ -37,7 +37,7 @@ void led_set(uint8_t usb_led)
 | 
				
			|||||||
    if (usb_led & (1<<USB_LED_SCROLL_LOCK))
 | 
					    if (usb_led & (1<<USB_LED_SCROLL_LOCK))
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        // Output high.
 | 
					        // Output high.
 | 
				
			||||||
        DDRB &= ~(1<<7);
 | 
					        DDRB |= (1<<7);
 | 
				
			||||||
        PORTB |= (1<<7);
 | 
					        PORTB |= (1<<7);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user