Go to file
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!).
2023-12-16 12:03:25 +01:00
.vscode Initial commit 2023-05-24 14:57:19 +02:00
include Initial commit 2023-05-24 14:57:19 +02:00
lib Initial commit 2023-05-24 14:57:19 +02:00
src Fix self driving mode 2023-12-16 12:03:25 +01:00
test Initial commit 2023-05-24 14:57:19 +02:00
.gitignore Initial commit 2023-05-24 14:57:19 +02:00
platformio.ini Remove debounce library dependency 2023-12-16 11:53:16 +01:00