KMKfw / kmk_firmware

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

Fix _rgb_tog #996

Closed calico-cat-3333 closed 4 months ago

calico-cat-3333 commented 4 months ago

After upgrading to the latest version of KMK, I encountered this error:

AttributeError: 'RGB' object has no attribute '_rgb_to'

It looks like self._rgb_tog was misspelled as self._rgb_to.