[Keyboard] Stop LED1 from flashing on layer change (#19427)

This commit is contained in:
Paul James 2023-01-04 06:21:03 +01:00 committed by GitHub
parent 8e869da1da
commit 04dcf81d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);