Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Lib
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
..
CMake Adding configurable DebounceDivThreshold 2015-02-28 22:13:17 -08:00
_buildvars.h Fixing NKRO for Windows. 2014-10-01 00:16:14 -07:00
delay.c Fixing RAM calculator and reduced actual SRAM usage 2014-08-15 10:49:44 -07:00
delay.h Fixing RAM calculator and reduced actual SRAM usage 2014-08-15 10:49:44 -07:00
Interrupts.h Preparing for mk20dx256vlh7 2014-12-31 17:13:44 -08:00
MacroLib.h Preparing for mk20dx256vlh7 2014-12-31 17:13:44 -08:00
MainLib.h Preparing for mk20dx256vlh7 2014-12-31 17:13:44 -08:00
mk20dx128.ld McHCK USB WORKS!! 2014-07-15 00:28:12 -07:00
mk20dx128vlf5.bootloader.ld Adding McHCK DFU Bootloader 2014-08-15 10:53:43 -07:00
mk20dx128vlf5.ld Fixing RAM calculator and reduced actual SRAM usage 2014-08-15 10:49:44 -07:00
mk20dx256.ld File and macro modifications for supporting Teensy 3.1 2014-03-22 14:14:23 -07:00
mk20dx256vlh7.bootloader.ld Preparing for mk20dx256vlh7 2014-12-31 17:13:44 -08:00
mk20dx256vlh7.ld Preparing for mk20dx256vlh7 2014-12-31 17:13:44 -08:00
mk20dx.c Fixing device bricking bug 2015-01-10 19:53:46 -08:00
mk20dx.h Preparing for mk20dx256vlh7 2014-12-31 17:13:44 -08:00
OutputLib.h Preparing for mk20dx256vlh7 2014-12-31 17:13:44 -08:00
pin_map.teensy3 More preparation for mk20dx256vlh7 2015-01-10 19:55:28 -08:00
ScanLib.h Preparing for mk20dx256vlh7 2014-12-31 17:13:44 -08:00