fix flx/virgo

This commit is contained in:
skullY 2020-02-29 20:57:21 -08:00
parent c4001ca425
commit 7ab1e6d0f0

View file

@ -29,4 +29,5 @@ bool led_update_kb(led_t led_state) {
writePin(E6, !led_state.caps_lock);
writePin(B2, !led_state.scroll_lock);
}
return true;
}