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

@ -17,7 +17,6 @@
void matrix_init_kb(void) {
matrix_init_user();
led_init_ports();
};
@ -41,5 +40,4 @@ void led_set_kb(uint8_t usb_led) {
// Turn Scroll Lock LED off
writePinHigh(B7);
}
led_set_user(usb_led);
}