Fixup build failures. (#19332)
This commit is contained in:
@@ -9,7 +9,7 @@ bool led_update_kb(led_t led_state) {
|
||||
bool res = led_update_user(led_state);
|
||||
if(res) {
|
||||
writePin(B2, !led_state.caps_lock);
|
||||
writePin(B6, led_state == 0);
|
||||
writePin(B6, led_state.raw == 0);
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user