Skip to content

Commit

Permalink
avoid led effect flashing on startup if leds desabled on startup (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoitone authored Feb 25, 2024
1 parent b14490a commit 69b453b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/hardware/lights/neopixel_caselight_effects.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ layers:
[led_effect cl_startup]
leds:
neopixel:caselight
autostart: true
autostart: false
frame_rate: 24
layers:
gradient 0.3 1 add (1.0, 0.0, 0.0),(0.0, 1.0, 0.0),(0.0, 0.0, 1.0)
Expand Down
2 changes: 1 addition & 1 deletion config/hardware/lights/status_leds_effects.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ layers:
[led_effect startup]
leds:
neopixel:status_leds
autostart: true
autostart: false
frame_rate: 24
layers:
gradient 0.3 1 add (1.0, 0.0, 0.0),(0.0, 1.0, 0.0),(0.0, 0.0, 1.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ layers:
[led_effect startup]
leds:
neopixel:status_leds
autostart: true
autostart: false
frame_rate: 24
layers:
gradient 0.3 1 add (1.0, 0.0, 0.0),(0.0, 1.0, 0.0),(0.0, 0.0, 1.0)
Expand Down

0 comments on commit 69b453b

Please sign in to comment.