KMKfw / kmk_firmware

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

Fix _rgb_tog #996

Closed calico-cat-3333 closed 2 days ago

calico-cat-3333 commented 2 days 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.