You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, this is a problem. I originally put it there sort-of at random. It may be useful to put some delay here, just because the ARM hardware generally runs at least 3 times faster than AVR, so the debouncing numbers won't "match".
It fails to register keys when fast typing or rubing keys test.
Rubing keys test:
WIth one finger tip rub keys in a row as fast as possible, like 1234567890-=` or qwertyuiop[].
SOLUTION:
Chibios protocol has 5ms delay in main loop, it causes this. Probably it can be removed safely.
The text was updated successfully, but these errors were encountered: