This commit is contained in:
skullY
2020-02-29 20:30:30 -08:00
parent b281d88c6f
commit 5ba8a76da5
161 changed files with 56 additions and 1779 deletions

View File

@@ -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);
}