Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Scan/MatrixARM
Jacob Alexander a9c5898ba5 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.
2015-02-28 22:13:17 -08:00
..
capabilities.kll Adding configurable DebounceDivThreshold 2015-02-28 22:13:17 -08:00
matrix_scan.c Adding configurable DebounceDivThreshold 2015-02-28 22:13:17 -08:00
matrix_scan.h Adding configurable DebounceDivThreshold 2015-02-28 22:13:17 -08:00
matrix_setup.h Moving MatrixARM header macros to separate file 2014-12-21 07:32:51 -08:00
setup.cmake Updating setup.cmake files to use Module hierarchy implicitly 2015-01-25 17:55:28 -08:00