Fix omnikeyish

This commit is contained in:
skullY 2020-02-29 21:12:55 -08:00
parent 6506745502
commit 8b4d28f6fb
1 changed files with 0 additions and 1 deletions

View File

@ -52,5 +52,4 @@ void led_set_kb(uint8_t usb_led) {
} else { } else {
writePinLow(SCROLLLOCKLEDPIN); writePinLow(SCROLLLOCKLEDPIN);
} }
led_set_user();
} }