diff --git a/src/Kaleidoscope-LEDEffect-BootGreeting.cpp b/src/Kaleidoscope-LEDEffect-BootGreeting.cpp index 2b3ff973..9ea34e8e 100644 --- a/src/Kaleidoscope-LEDEffect-BootGreeting.cpp +++ b/src/Kaleidoscope-LEDEffect-BootGreeting.cpp @@ -31,7 +31,7 @@ void BootGreetingEffect::loopHook(const bool post_clear) { if (!post_clear || done_) return; - if (millis() > 10000) { + if (millis() > 9200) { done_ = true; return; }