log

age author description
Tue, 16 Sep 2014 11:42:24 -0700 Jacob Alexander DPH controller now working with macros/layers
Mon, 15 Sep 2014 20:19:40 -0700 Jacob Alexander Added initial Bootloader, Mac OSX, Windows instructions
Mon, 15 Sep 2014 18:45:01 -0700 Jacob Alexander Updating README for Windows.
Sun, 14 Sep 2014 20:07:40 -0700 Jacob Alexander Fixing Mac OSX arm build options.
Sun, 14 Sep 2014 19:27:22 -0700 Jacob Alexander Adding support to Macro support to DPH
Sun, 14 Sep 2014 16:22:27 -0700 Jacob Alexander Adding convenience loader scripts for DFU based microcontrollers
Sun, 14 Sep 2014 16:03:10 -0700 Jacob Alexander Adding git refresh command to kll.cmake and kll file listing to build process
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:57:58 -0700 Jacob Alexander Merge branch 'test'
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
Thu, 11 Sep 2014 10:57:30 -0700 Jacob Alexander Updating DPH to compile with PartialLayer module
Sun, 07 Sep 2014 21:10:49 -0700 Jacob Alexander Preparing for kll compiler usage
Sat, 23 Aug 2014 11:32:46 -0700 Jacob Alexander Splitting out structures and macros from the generated keymap.
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 11:27:16 -0700 Jacob Alexander Updating udev rules to reflect the USB ID changes.
Fri, 15 Aug 2014 10:53:43 -0700 Jacob Alexander Adding McHCK DFU Bootloader
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.
Sat, 02 Aug 2014 23:24:39 -0700 Jacob Alexander Updating udev file for MCHCK bootloader.
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
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
Sat, 19 Jul 2014 09:31:04 -0700 Jacob Alexander Removing unnecessary ifdefs
Sat, 19 Jul 2014 09:21:35 -0700 Jacob Alexander Adding McHCK flash reload function and some cleanup.
Sun, 22 Jun 2014 20:45:56 -0700 Jacob Alexander Initial work for partial layers and macros.
Tue, 15 Jul 2014 00:28:12 -0700 Jacob Alexander McHCK USB WORKS!!
Mon, 30 Jun 2014 23:52:24 -0700 Jacob Alexander McHCK now working with UART.
Sat, 28 Jun 2014 14:12:56 -0700 Jacob Alexander Fixed bug with standalone UART CLI
Sat, 28 Jun 2014 10:35:54 -0700 Jacob Alexander Adding UART and UART + USB muxed CLI output.
Fri, 27 Jun 2014 00:53:20 -0700 Jacob Alexander Initial code for ARM UART output module (mainly for CLI)
Thu, 26 Jun 2014 00:54:39 -0700 Jacob Alexander More work on mk20dx128vlf5 port.
Sun, 15 Jun 2014 11:09:08 -0700 Jacob Alexander Initial work for McHCK mk20dx128vlf5 port.
Sat, 28 Jun 2014 13:48:49 -0700 Jacob Alexander Adding support for ctags generation during cmake generation.
Sat, 28 Jun 2014 11:26:43 -0700 Jacob Alexander Adding comprehensive .gitignore file
Sat, 14 Jun 2014 11:00:29 -0700 Jacob Alexander Initial work for KLL macro support
Mon, 09 Jun 2014 23:01:32 -0700 Jacob Alexander Preparing from initial AVR USB NKRO support.
Sat, 07 Jun 2014 09:13:57 -0700 Jacob Alexander Updating README.
Mon, 26 May 2014 23:47:47 -0700 Jacob Alexander Removing sudo from Linux load script.
Mon, 26 May 2014 23:46:12 -0700 Jacob Alexander Adding initial udev file for Linux.
Mon, 26 May 2014 23:06:51 -0700 Jacob Alexander Adding info about putty.
Mon, 26 May 2014 22:46:03 -0700 Jacob Alexander Adding updated information on Windows Builds.
Sat, 26 Apr 2014 01:29:09 -0700 Jacob Alexander Kishsaver is fully working with DPH!
Fri, 25 Apr 2014 23:53:46 -0700 Jacob Alexander Adding different algorithm to re-enable problem keys.
Fri, 25 Apr 2014 02:35:49 -0700 Jacob Alexander Enabling USB keycodes.
Fri, 25 Apr 2014 02:06:40 -0700 Jacob Alexander Fixed repeated press/release of a single key bug.
Fri, 25 Apr 2014 01:26:45 -0700 Jacob Alexander Giving more breathing room for regular keys to be enable initially.
Fri, 25 Apr 2014 01:08:15 -0700 Jacob Alexander Adding strobe detection.
Sun, 20 Apr 2014 01:08:02 -0700 Jacob Alexander Press/Release is working!