Skip to content

Commit b6932fc

Browse files
committed
lotus: modified the input module no fully populated LED behavior
We don't need to blink the input module no fully populated LED under S5/G3 state Signed-off-by: Josh-Tsai <josh_tsai@compal.com>
1 parent b97c7eb commit b6932fc

File tree

1 file changed

+2
-1
lines changed
  • zephyr/program/lotus/src

1 file changed

+2
-1
lines changed

zephyr/program/lotus/src/led.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,8 @@ static void led_tick(void)
541541
}
542542

543543
/* Input Deck not fully populated */
544-
if (!input_deck_is_fully_populated() && !get_standalone_mode()) {
544+
if (!input_deck_is_fully_populated() && !get_standalone_mode() &&
545+
!chipset_in_state(CHIPSET_STATE_ANY_OFF)) {
545546
colors[0] = LED_RED;
546547
colors[1] = LED_BLUE;
547548
colors[2] = LED_OFF;

0 commit comments

Comments
 (0)