]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Adding configurable DebounceDivThreshold
authorJacob Alexander <haata@kiibohd.com>
Sun, 1 Mar 2015 06:13:17 +0000 (22:13 -0800)
committerJacob Alexander <haata@kiibohd.com>
Sun, 1 Mar 2015 06:13:17 +0000 (22:13 -0800)
commita9c5898ba5fcb06f11ff97c4fe1fbafb836ebd87
tree475596f5192e45ea7e83a46b15b2234cfd782eea
parent0ec5e6d9c2d4e280d84c7ec39aee8c0fdca74225
Adding configurable DebounceDivThreshold

Can be specified from any .kll file

DebounceDivThreshold = 0xFFFFFFFF
Sets to max debounce, default is 0xFFFF.
The 0xFFFFFFFF is about a 2x longer debounce
The max requires more ram (as it uses 32 bit variables instead of 16).

Added support for submodule capabilities files.
Lib/CMake/kll.cmake
Lib/CMake/modules.cmake
Scan/MatrixARM/capabilities.kll [new file with mode: 0644]
Scan/MatrixARM/matrix_scan.c
Scan/MatrixARM/matrix_scan.h