Independant neopixel LED accent

Hi! My questions are very naive, I know, but how do I get a neopixel accent LED to light up as soon as the main power is “on”, before turning on the blade, and that neopixel accent LED stay on even when the blade turns off.

I would also like that, even if this neopixel accent LED stays on, it doesn’t prevent the main power from turning “off” automatically after 5 or 10 minutes, to save battery…

And how to code all this on the “config.h” file?

Thank you in advance for your guiding lights

For the first question; you just set the style of the LED to something simple, like:

StylePtr<Red>(),

This would make the LED Red at all times, unconditionally.

For the second question, you want to set IDLE_OFF_TIME in your config file: