mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 19:41:16 +00:00
fix flx/virgo
This commit is contained in:
parent
c4001ca425
commit
7ab1e6d0f0
@ -29,4 +29,5 @@ bool led_update_kb(led_t led_state) {
|
|||||||
writePin(E6, !led_state.caps_lock);
|
writePin(E6, !led_state.caps_lock);
|
||||||
writePin(B2, !led_state.scroll_lock);
|
writePin(B2, !led_state.scroll_lock);
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user