]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Adding timing based debounce code
authorJacob Alexander <haata@kiibohd.com>
Fri, 19 Jun 2015 08:50:56 +0000 (01:50 -0700)
committerJacob Alexander <haata@kiibohd.com>
Fri, 19 Jun 2015 08:57:16 +0000 (01:57 -0700)
commit98f796d4df16c5aa14d0d07a5250c589dfb5f13a
tree477b8d7a21a9d5291e8d2409764681da1a5c43f8
parentf708ce720cf4bf04ec41488f81536d0f578e30d3
Adding timing based debounce code

- Uses expiry timer to decide on when to allow a state change
- Initial state transitions are unaffected
- Use MinDebounceTime define in kll to configure
- ms granularity
Scan/MatrixARM/capabilities.kll
Scan/MatrixARM/matrix_scan.c
Scan/MatrixARM/matrix_scan.h