log Macro/PartialMap/macro.c @ 410:8fa2619aa60e

age author description
Sat, 02 Jan 2016 17:43:05 -0800 Kevin Frei Fix a handful of infinite loops that occur if you have more than 254 macros
Sun, 11 Oct 2015 22:07:11 -0700 Jacob Alexander Adding jump to bootloader key
Sun, 04 Oct 2015 16:19:20 -0700 Jacob Alexander Fix Latching bug (introduced when fixing shift and lock recently)
Mon, 28 Sep 2015 19:58:39 -0700 Jacob Alexander Adding layer rotation (next/prev) capability
Fri, 21 Aug 2015 20:33:47 -0700 Jacob Alexander Fixing layer stack evaluation
Sun, 16 Aug 2015 15:53:07 -0700 Jacob Alexander Fixing typo on range check for MDErgo1
Sun, 16 Aug 2015 12:27:12 -0700 Jacob Alexander Adding initial WhiteFox support.
Sat, 15 Aug 2015 21:53:59 -0700 Jacob Alexander Working support for Interconnect
Sun, 09 Aug 2015 00:20:41 -0700 Jacob Alexander Initial UARTConnect scancode support
Tue, 23 Jun 2015 07:58:31 -0700 Jacob Alexander Fixing order of layer debug stack display
Fri, 19 Jun 2015 20:14:37 -0700 Jacob Alexander Adding layerDebug cli command
Sun, 15 Mar 2015 16:58:01 -0700 Jacob Alexander Initial commit for UARTConnect module
Sun, 01 Mar 2015 21:04:33 -0800 Jacob Alexander Fixing releasing Function key and holding layered key
Sun, 25 Jan 2015 12:49:23 -0800 Jacob Alexander More mk20dx256vlh7 preparation.
Wed, 31 Dec 2014 19:43:10 -0800 Jacob Alexander Fixing warning messages found using clang.
Thu, 13 Nov 2014 00:49:02 -0800 Jacob Alexander Fixing layer latch capability.
Wed, 15 Oct 2014 10:39:39 -0700 Jacob Alexander Fixing bug that locks up the keyboard if shifting to a layer that doesn't exist.
Thu, 02 Oct 2014 22:09:34 -0700 Jacob Alexander HUGE AVR RAM optimization (~28%).
Tue, 16 Sep 2014 23:29:21 -0700 Jacob Alexander Adding more RAM optimizations
Tue, 16 Sep 2014 22:14:01 -0700 Jacob Alexander DPH controller now working with the kishsaver and macros
Tue, 16 Sep 2014 17:21:41 -0700 Jacob Alexander Fixing first and last element bug for layers.
Tue, 16 Sep 2014 17:04:59 -0700 Jacob Alexander Adding support for layer packing
Sun, 14 Sep 2014 15:51:36 -0700 Jacob Alexander Adding CMake build support for the KLL compiler
Thu, 11 Sep 2014 11:17:17 -0700 Jacob Alexander Updating PartialLayer code to support varying counter widths.
Thu, 11 Sep 2014 10:54:50 -0700 Jacob Alexander Adding variable width state variable width.
Wed, 10 Sep 2014 20:53:30 -0700 Jacob Alexander Fixing release state for keys
Sun, 07 Sep 2014 21:10:49 -0700 Jacob Alexander Preparing for kll compiler usage
Sat, 23 Aug 2014 10:49:13 -0700 Jacob Alexander All basic macros tested and working!
Wed, 20 Aug 2014 10:53:22 -0700 Jacob Alexander Basic Trigger and Result Macros are now working.
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
Thu, 07 Aug 2014 20:03:39 -0700 Jacob Alexander Adding generic layerToggle and USB Key Output capabilities.
Wed, 06 Aug 2014 12:18:06 -0700 Jacob Alexander Macro processing is now feature complete.
Tue, 05 Aug 2014 11:33:55 -0700 Jacob Alexander Adding TriggerMacro processing.
Fri, 01 Aug 2014 01:26:25 -0700 Jacob Alexander Initial MatrixARM implementation
Sun, 27 Jul 2014 23:15:41 -0700 Jacob Alexander Macro cleanup.
Sat, 26 Jul 2014 14:06:19 -0700 Jacob Alexander Adding layer fall-through lookup
Sat, 26 Jul 2014 12:20:59 -0700 Jacob Alexander Added layerList and layerState functions
Fri, 25 Jul 2014 10:53:33 -0700 Jacob Alexander Added capSelect function that can arbitrary run a keyboard capability
Thu, 24 Jul 2014 23:42:38 -0700 Jacob Alexander Adding macroList debug function
Thu, 24 Jul 2014 23:18:38 -0700 Jacob Alexander Added capabilities list debug option
Thu, 24 Jul 2014 22:22:35 -0700 Jacob Alexander Basic debug trigger/result macro viewer
Sun, 22 Jun 2014 20:45:56 -0700 Jacob Alexander Initial work for partial layers and macros.
Sat, 14 Jun 2014 11:00:29 -0700 Jacob Alexander Initial work for KLL macro support
Sat, 26 Apr 2014 01:29:09 -0700 Jacob Alexander Kishsaver is fully working with DPH!
Sat, 19 Apr 2014 11:31:43 -0700 Jacob Alexander CLI Formatting cleanup.
Sat, 12 Apr 2014 21:13:37 -0700 Jacob Alexander Adding analog.c lib from teensyduino.
Sun, 06 Apr 2014 13:12:31 -0700 Jacob Alexander Added CLI DefaultMap lookup command.
Sun, 06 Apr 2014 11:49:27 -0700 Jacob Alexander Major code cleanup and preparation for PartialMap Macro Module