]> git.donarmstrong.com Git - kiibohd-controller.git/history - Scan/MatrixARM/matrix_scan.c
Adding basic remote capabilities + UART Rx DMA buffers
[kiibohd-controller.git] / Scan / MatrixARM / matrix_scan.c
2015-10-15 Jacob AlexanderAdding basic remote capabilities + UART Rx DMA buffers
2015-08-04 Jacob AlexanderFixing CMake dependency checking for kll_defs.h
2015-06-19 Jacob AlexanderAdding timing based debounce code
2015-03-09 Rowan DeckerMerge remote-tracking branch 'upstream/master'
2015-03-09 Jacob AlexanderMerge pull request #25 from smasher816/master
2015-03-07 Jacob AlexanderAdding DebounceThrottleDiv define to slow down the...
2015-03-01 Jacob AlexanderAdding configurable DebounceDivThreshold
2014-10-03 Jacob AlexanderHUGE AVR RAM optimization (~28%).
2014-08-16 Jacob AlexanderChanging decToInt to numToInt (adds support for Hex...
2014-08-15 Jacob AlexanderFixing RAM calculator and reduced actual SRAM usage
2014-08-03 Jacob AlexanderMatrix scanning for ARM now functional.
2014-08-01 Jacob AlexanderInitial MatrixARM implementation