KMKfw / kmk_firmware

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

Fix off() method in RGB #903

Closed regicidalplutophage closed 1 year ago

regicidalplutophage commented 1 year 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 1 year ago

this fixes issue #904