mirror of
https://github.com/C0ntroller/keyboard.git
synced 2024-11-22 06:24:49 +01:00
7bf222228e
There was no need to have a timer do the key group switching routine. Not only would that have to be syncronized to the main loop somehow (or run very slowly), it's also quite an overhead to keep track of. Just switching to the next key group after we're done scanning the current one, syncronously, works far better (and faster!). |
||
---|---|---|
.vscode | ||
include | ||
lib | ||
src | ||
test | ||
.gitignore | ||
platformio.ini |