We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97c7eb commit b6932fcCopy full SHA for b6932fc
zephyr/program/lotus/src/led.c
@@ -541,7 +541,8 @@ static void led_tick(void)
541
}
542
543
/* Input Deck not fully populated */
544
- if (!input_deck_is_fully_populated() && !get_standalone_mode()) {
+ if (!input_deck_is_fully_populated() && !get_standalone_mode() &&
545
+ !chipset_in_state(CHIPSET_STATE_ANY_OFF)) {
546
colors[0] = LED_RED;
547
colors[1] = LED_BLUE;
548
colors[2] = LED_OFF;
0 commit comments