KMKfw / kmk_firmware

Clackety Keyboards Powered by Python
https://kmkfw.zulipchat.com
Other
1.32k stars 458 forks source link

Fix off() method in RGB #903

Closed regicidalplutophage closed 8 months ago

regicidalplutophage commented 8 months ago

Since the animate() method doesn't call self.show() when RGB is toggled off, it has to be called in self.off() for the latter to produce desired effect.

Xoffio commented 8 months ago

this fixes issue #904