KMKfw / kmk_firmware

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

Remove `RGB.disable_auto_write` #890

Closed xs5871 closed 9 months ago

xs5871 commented 9 months ago

There's no actual usecase for this. Disable auto_write for every pixel buffer and call show() manually. Updating the pixel buffers all at once every refresh interval has no real-world downsides. disable_auto_write only causes confusion and can lead to unexpected behavior.