Fix permanently on capslock led on Atom47 (#4452)
2 files changed, 6 insertions(+), 0 deletions(-) M keyboards/atom47/rev2/rev2.c M keyboards/atom47/rev3/rev3.c
M keyboards/atom47/rev2/rev2.c => keyboards/atom47/rev2/rev2.c +3 -0
@@ 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) {
M keyboards/atom47/rev3/rev3.c => keyboards/atom47/rev3/rev3.c +3 -0