mirror of
https://github.com/C0ntroller/keyboard.git
synced 2025-01-31 02:10:56 +01:00
Oliver Parczyk
7bf222228e
Fix self driving mode
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!).
Description
No description provided
Languages
C++
89.2%
C
10.8%