wip
This commit is contained in:
@@ -20,7 +20,6 @@ void matrix_init_kb(void) {
|
||||
// put your keyboard start-up code here
|
||||
// runs once when the firmware starts up
|
||||
led_init_ports();
|
||||
matrix_init_user();
|
||||
}
|
||||
|
||||
void led_init_ports(void) {
|
||||
@@ -51,5 +50,4 @@ void led_set_kb(uint8_t usb_led) {
|
||||
// Turn scrolllock off
|
||||
PORTD &= ~(1<<4);
|
||||
}
|
||||
led_set_user(usb_led);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user