Archivé
1
0
Ce dépôt est archivé. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
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