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 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