log Scan/MatrixARM/matrix_scan.c @ 434:eae9fd6acc9a

age author description
Sun, 08 May 2016 09:31:48 +0200 CryHam Fixed ghosting matrix check (did send bad keys on release), now using also ghost_old state
Tue, 22 Mar 2016 19:51:43 -0700 Jacob Alexander Move matrix information to a cli command
Tue, 01 Mar 2016 19:40:00 +0100 CryHam Merge branch 'master' of github.com:kiibohd/controller
Tue, 01 Mar 2016 19:38:43 +0100 CryHam Changed CK3 matrix scan to Config_Pullup, inverted rows and columns
Sun, 21 Feb 2016 19:56:52 -0800 Jacob Alexander Adding dynamic USB power support
Sat, 20 Feb 2016 08:33:39 +0100 CryHam Minor styling fixes.
Fri, 19 Feb 2016 18:10:25 +0100 CryHam Added support for ghosting matrices and code for elimination.
Thu, 15 Oct 2015 00:16:36 -0700 Jacob Alexander Adding basic remote capabilities + UART Rx DMA buffers
Mon, 03 Aug 2015 21:42:01 -0700 Jacob Alexander Fixing CMake dependency checking for kll_defs.h
Fri, 19 Jun 2015 01:50:56 -0700 Jacob Alexander Adding timing based debounce code
Fri, 06 Mar 2015 22:18:15 -0800 Jacob Alexander Adding DebounceThrottleDiv define to slow down the debounce rate.
Sat, 28 Feb 2015 22:13:17 -0800 Jacob Alexander Adding configurable DebounceDivThreshold
Thu, 02 Oct 2014 22:09:34 -0700 Jacob Alexander HUGE AVR RAM optimization (~28%).
Sat, 16 Aug 2014 12:07:25 -0700 Jacob Alexander Changing decToInt to numToInt (adds support for Hex number interpreter)
Fri, 15 Aug 2014 10:42:12 -0700 Jacob Alexander Fixing RAM calculator and reduced actual SRAM usage
Sat, 02 Aug 2014 22:19:33 -0700 Jacob Alexander Matrix scanning for ARM now functional.
Fri, 01 Aug 2014 01:26:25 -0700 Jacob Alexander Initial MatrixARM implementation