]> git.donarmstrong.com Git - kiibohd-controller.git/history - Scan/MatrixARM
Ensure directories can only be made with printable characters
[kiibohd-controller.git] / Scan / MatrixARM /
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-06-14 Jacob AlexanderCode cleanup
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
2015-02-13 Rowan DeckerMerge remote-tracking branch 'upstream/master'
2015-01-26 Jacob AlexanderUpdating setup.cmake files to use Module hierarchy...
2014-12-21 Jacob AlexanderMoving MatrixARM header macros to separate file
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