kiibohd / controller

Kiibohd Controller
GNU General Public License v3.0
806 stars 270 forks source link

Method for toggling a set of LEDs off/on? #376

Open alaricljs opened 4 years ago

alaricljs commented 4 years ago

I use a multi-frame animation of solid colors across all pixels set to run single-frame and use rotate() to step through the frames/colors. It would be nice to have a way to toggle the under-board LEDs on/off and the KB LEDs on/off separately without having to step through all the frames to bring them back on with the right color.

I attempted a 2nd single frame under-board set to black and start/stop with replace:stack it but that only shuts the LEDs off. Stopping it doesn't bring the LEDs back on.

Thanks