Fix permanently on capslock led on Atom47 (#4452)
This commit is contained in:
		
							parent
							
								
									e0690096f8
								
							
						
					
					
						commit
						f03fd95000
					
				@ -17,6 +17,9 @@ void matrix_scan_kb(void) {
 | 
			
		||||
void led_init_ports(void) {
 | 
			
		||||
    // * Set our LED pins as output
 | 
			
		||||
    DDRB &= ~(1<<5);
 | 
			
		||||
 | 
			
		||||
	//Set output high, so the capslock led is off
 | 
			
		||||
	PORTB |= (1 << 5);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void led_set_kb(uint8_t usb_led) {
 | 
			
		||||
 | 
			
		||||
@ -17,6 +17,9 @@ void matrix_scan_kb(void) {
 | 
			
		||||
void led_init_ports(void) {
 | 
			
		||||
    // * Set our LED pins as output
 | 
			
		||||
    DDRE |= (1 << 6);
 | 
			
		||||
 | 
			
		||||
	//Set output high, so the capslock led is off
 | 
			
		||||
	PORTE |= (1 << 6);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void led_set_kb(uint8_t usb_led) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user