]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Fixed repeated press/release of a single key bug.
authorJacob Alexander <haata@kiibohd.com>
Fri, 25 Apr 2014 09:06:40 +0000 (02:06 -0700)
committerJacob Alexander <haata@kiibohd.com>
Fri, 25 Apr 2014 09:06:40 +0000 (02:06 -0700)
commitc3e1335678376d926c4d2842c4b1227d08dedafb
tree154863ec1f95f9f1b2874a3b1ddf1d371b629c82
parent1a5ae7fd68ad75800e8a9161d006395d272bc2cd
Fixed repeated press/release of a single key bug.

Caveat: The problem is still there. When the averaging kicks in, there is a window of time where keypresses won't register
        This fix only delays the window a *really* long time, so the likelihood of hitting the delay is very low.
Each keypress resets the countdown.
Scan/DPH/scan_loop.c