KMKfw / kmk_firmware

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

fixes #1005: Missing attribute `code` results in AttributeError #1006

Closed halfdane closed 4 months ago

halfdane commented 4 months ago

To prevent unconditional acess, this change checks if the code attribute actually exists and falls back to the key description.

halfdane commented 4 months ago

Wow, that was quick - thank you very much ❤️