KMKfw / kmk_firmware

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

Refactored the Layers Module #752

Closed doesntfazer closed 1 year ago

doesntfazer commented 1 year ago

I was working out some issues with the combo's layers when I found that most of the code for the layers module was horribly inefficient. Rewrote almost everything. Will need a unit test if someone would like to do that?

doesntfazer commented 1 year ago

Not sure why it failed testing, as it passed linting.

doesntfazer commented 1 year ago

Found some glaring issues after this commit.