|
|
|
|
|
by Palomides
2881 days ago
|
|
it's a 'common' (I've at least seen it used in various open-source keyboard firmwares) trick to only debounce the key release; if you think about it, there's no reason to wait to report the key press, so debouncing should not add latency. |
|