Go to file
Oliver Parczyk 030f2a39ae Remove debounce library dependency
Debouncing, the way it was done may have been appropriate for human input, but is wholly inadequate for the sequential scanning of the host keyboard IC.
It is however neccessary to provide something like debounce, because the teensy and host IC aren't syncronized.
2023-12-16 11:53:16 +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 Remove debounce library dependency 2023-12-16 11:53:16 +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