29
Keyboard latency
(danluu.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Can someone enlighten me, how to debounce without causing latency?
In the article, he only says "Now, how to debounce without adding latency has become common knowledge", and I have absolutely no clue how that should work
Edit: seems they just wait for the signal edge and ignore any signal "jumping" for some time afterwards
Probably works ok/good with keyboards, but not with every application of debouncing