已存档
1
0
该仓库已被归档。您可以查看文件和克隆它,但不能推送、创建工单或合并请求。
controller/Scan/MatrixARM
Jacob Alexander ae6daa0e5c Adding DebounceThrottleDiv define to slow down the debounce rate.
By default:
DebounceThrottleDiv = 0;
This is the default infinity behaviour right now (may be changed in the future).

Increasing DebounceThrottleDiv will increase the scan rate divider.
DebounceThrottleDiv = 1; # Scans half as much
DebounceThrottleDiv = 2; # Scans a quarter as much
DebounceThrottleDiv = 3; # Scans an eigth as much
etc.

For ARM based uCs (like the Infinity) the maximum divider is 32.
2015-03-06 22:18:15 -08:00
..
capabilities.kll Adding DebounceThrottleDiv define to slow down the debounce rate. 2015-03-06 22:18:15 -08:00
matrix_scan.c Adding DebounceThrottleDiv define to slow down the debounce rate. 2015-03-06 22:18:15 -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