KMKfw / kmk_firmware

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

fixed kmk AttributeError: 'PeriodicTaskMeta' #804

Closed blazingh closed 1 year ago

blazingh commented 1 year ago

fixed kmk AttributeError: 'PeriodicTaskMeta' object has no attribute 'restart' i was having problems onb my rp2040 board while using the mouse_keys added the a restart function the PeriodicTaskMeta class in the scheduler file fixed my isue, i hope this helps

xs5871 commented 1 year ago

addressed by #806