mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 19:41:16 +00:00
fix handwired/prime_exl_plus
This commit is contained in:
parent
7ab1e6d0f0
commit
a17fe1f2ad
@ -31,6 +31,7 @@ bool led_update_kb(led_t led_state) {
|
|||||||
writePin(B1, led_state.num_lock);
|
writePin(B1, led_state.num_lock);
|
||||||
writePin(B0, led_state.caps_lock);
|
writePin(B0, led_state.caps_lock);
|
||||||
//writePin(B2, led_state.scroll_lock);
|
//writePin(B2, led_state.scroll_lock);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
//function for layer indicator LED
|
//function for layer indicator LED
|
||||||
|
Loading…
Reference in New Issue
Block a user