]> git.donarmstrong.com Git - kiibohd-controller.git/history - Macro/PartialMap/macro.c
Fixing layer stack evaluation
[kiibohd-controller.git] / Macro / PartialMap / macro.c
2015-08-22 Jacob AlexanderFixing layer stack evaluation
2015-08-16 Jacob AlexanderFixing typo on range check for MDErgo1
2015-08-16 Jacob AlexanderAdding initial WhiteFox support.
2015-08-16 Jacob AlexanderWorking support for Interconnect
2015-08-09 Jacob AlexanderInitial UARTConnect scancode support
2015-06-23 Jacob AlexanderFixing order of layer debug stack display
2015-06-20 Jacob AlexanderAdding layerDebug cli command
2015-06-13 Jacob AlexanderMerge pull request #27 from smasher816/wakeup-devel
2015-03-16 Jacob AlexanderMerge branch 'master' of https://github.com/smasher816...
2015-03-15 Jacob AlexanderInitial commit for UARTConnect module
2015-03-09 Rowan DeckerMerge remote-tracking branch 'upstream/master'
2015-03-09 Jacob AlexanderMerge pull request #25 from smasher816/master
2015-03-02 Jacob AlexanderFixing releasing Function key and holding layered key
2015-02-13 Rowan DeckerMerge remote-tracking branch 'upstream/master'
2015-01-26 Jacob AlexanderMore mk20dx256vlh7 preparation.
2015-01-01 Jacob AlexanderFixing warning messages found using clang.
2014-11-13 Jacob AlexanderFixing layer latch capability.
2014-10-15 Jacob AlexanderFixing bug that locks up the keyboard if shifting to...
2014-10-03 Jacob AlexanderHUGE AVR RAM optimization (~28%).
2014-09-17 Jacob AlexanderAdding more RAM optimizations
2014-09-17 Jacob AlexanderDPH controller now working with the kishsaver and macros
2014-09-17 Jacob AlexanderFixing first and last element bug for layers.
2014-09-17 Jacob AlexanderAdding support for layer packing
2014-09-14 Jacob AlexanderAdding CMake build support for the KLL compiler
2014-09-11 Jacob AlexanderUpdating PartialLayer code to support varying counter...
2014-09-11 Jacob AlexanderMerge branch 'test'
2014-09-11 Jacob AlexanderAdding variable width state variable width.
2014-09-11 Jacob AlexanderFixing release state for keys
2014-09-08 Jacob AlexanderPreparing for kll compiler usage
2014-08-23 Jacob AlexanderAll basic macros tested and working!
2014-08-20 Jacob AlexanderBasic Trigger and Result Macros are now working.
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-08 Jacob AlexanderAdding generic layerToggle and USB Key Output capabilities.
2014-08-06 Jacob AlexanderMacro processing is now feature complete.
2014-08-05 Jacob AlexanderAdding TriggerMacro processing.
2014-08-01 Jacob AlexanderInitial MatrixARM implementation
2014-07-28 Jacob AlexanderMacro cleanup.
2014-07-26 Jacob AlexanderAdding layer fall-through lookup
2014-07-26 Jacob AlexanderAdded layerList and layerState functions
2014-07-25 Jacob AlexanderAdded capSelect function that can arbitrary run a keybo...
2014-07-25 Jacob AlexanderAdding macroList debug function
2014-07-25 Jacob AlexanderAdded capabilities list debug option
2014-07-25 Jacob AlexanderBasic debug trigger/result macro viewer
2014-07-16 Jacob AlexanderInitial work for partial layers and macros.
2014-06-14 Jacob AlexanderInitial work for KLL macro support
2014-04-26 Jacob AlexanderKishsaver is fully working with DPH!
2014-04-19 Jacob AlexanderCLI Formatting cleanup.
2014-04-13 Jacob AlexanderAdding analog.c lib from teensyduino.
2014-04-06 Jacob AlexanderAdded CLI DefaultMap lookup command.
2014-04-06 Jacob AlexanderMajor code cleanup and preparation for PartialMap Macro...