Eric Tang
d722b3d173
Make debounce times configurable on the fly
2018-07-05 14:41:19 -07:00
Eric Tang
27d12ea31f
Remove the debouncing interrupt
2018-07-05 12:33:55 -07:00
László Monda
5c84620704
Call KeyMatrix_ScanRow() from an LPTMR interrupt for the left half. Remove KeyMatrix_Scan()
2017-11-14 02:29:18 +01:00
László Monda
00dfd96d55
Instead of scanning the keyboard matrix from the main loop and utilizing busy loops, try to use a PIT interrupt handler to do the same thing, scanning one row per interrupt call without busy loops.
...
For some reason, this makes the movement of the mouse pointer very slow and makes it jump from time to time, so I ended up adding INTERRUPT_KEY_SCANNER and disabling the timer interrupt.
Also double bufferred the mouse report just like the others. Unfortunately this does not affect this issue.
2017-11-02 01:11:41 +01:00
László Monda
f6f5a13c48
Fix header section names.
2017-05-23 03:12:22 +02:00
László Monda
c8284fcd6f
Add KeyMatrix_Scan() although don't use it yet. Send every detected scancode to the host of which there are false positives for some reason.
2016-10-10 22:39:22 +02:00
László Monda
5588aecb78
Extract KeyMatrix_Init() and create related typedefs.
2016-10-10 17:33:11 +02:00