[Keyboard] Stop LED1 from flashing on layer change (#19427)
This commit is contained in:
parent
8e869da1da
commit
04dcf81d1e
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
|||
}
|
||||
|
||||
layer_state_t layer_state_set_kb(layer_state_t state) {
|
||||
writePinLow(LED1);
|
||||
writePin(LED2, state);
|
||||
|
||||
return layer_state_set_user(state);
|
||||
|
|
Loading…
Reference in a new issue