]> git.donarmstrong.com Git - kiibohd-controller.git/history - Scan
Merge pull request #71 from glguy/pr-cli-history
[kiibohd-controller.git] / Scan /
2015-10-16 Jacob AlexanderAdding remote capability LED control
2015-10-15 Jacob AlexanderAdding basic remote capabilities + UART Rx DMA buffers
2015-10-12 Jacob AlexanderMore compatible name
2015-10-10 Jacob AlexanderAdding basic ISSI led brightness control capabilities
2015-09-30 Jacob AlexanderUpdating KType layout to work more nicely with KiiConf
2015-09-30 Jacob AlexanderInitial code for KType TKL
2015-09-29 Jacob AlexanderAdding layer rotation (next/prev) capability
2015-09-15 Jacob AlexanderAdding example API scripts
2015-09-14 Jacob AlexanderSingle MDErgo1 layout used for KiiConf initial layout...
2015-08-22 Jacob AlexanderUpdating convenience build scripts to build Left and...
2015-08-22 Jacob AlexanderFixing default ErgoDox layout and adding FlashMode...
2015-08-19 Jacob AlexanderAdding color association to layers
2015-08-19 Jacob AlexanderAdding basic support for LCDLayerDisplay using capabilities
2015-08-16 Jacob AlexanderAdding examples of custom action/capabilties
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-08-06 Jacob AlexanderAdding preliminary MDErgo keymap
2015-08-04 Jacob AlexanderFixing CMake dependency checking for kll_defs.h
2015-08-02 Jacob AlexanderAdding ISSILed API calls and default brightness
2015-08-02 Jacob AlexanderUsing multi-line define support (requires latest kll...
2015-08-02 Jacob AlexanderAdding API to set pixels on LCD screen
2015-08-02 Jacob AlexanderAdding capability to set default image on LCD
2015-08-02 Jacob AlexanderAdding cli API call to set LCD backlight brightness...
2015-08-02 Jacob AlexanderAdding 16-bit brightness control to LCD backlight
2015-07-25 Jacob AlexanderInitial commit of MDErgo1
2015-07-25 Jacob AlexanderAdding connection type list
2015-07-19 Jacob AlexanderUARTConnect enumeration working!
2015-06-19 Jacob AlexanderAdding timing based debounce code
2015-06-14 Jacob AlexanderCode cleanup
2015-06-14 Jacob AlexanderAdding example logo to the lcdtest and bmp conversion...
2015-06-14 Jacob AlexanderInitial STLcd code.
2015-06-14 Jacob AlexanderSome initial bringup of the dfu bootloader on the mk20d...
2015-06-13 Jacob AlexanderMerge pull request #27 from smasher816/wakeup-devel
2015-05-14 Jacob AlexanderFixing none parameter.
2015-04-03 Jacob AlexanderMerge pull request #33 from smasher816/devel
2015-04-03 Jacob AlexanderMerge pull request #32 from smasher816/master
2015-03-22 Jacob AlexanderInitial LED support for ISSI IS31FL3731C
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 Rowan DeckerFix whitespace
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-02-09 Jacob AlexanderInitial code for USB cable detection
2015-01-26 Jacob AlexanderUpdating setup.cmake files to use Module hierarchy...
2015-01-26 Jacob AlexanderFixing pinout
2015-01-26 Jacob AlexanderLEDs now doing something :D
2015-01-26 Jacob AlexanderInitial I2C work for ISSI IS31FL3731
2015-01-01 Jacob AlexanderPreparing for mk20dx256vlh7
2014-12-29 Jacob AlexanderRe-Adding previous defaultMap.kll used for early Infini...
2014-12-29 Rowan DeckerAdd Missing Backslash key
2014-12-23 Rowan DeckerAdd Missing Backslash key
2014-12-21 Jacob AlexanderMoving MatrixARM header macros to separate file
2014-12-01 Jacob AlexanderSmall typos
2014-10-26 Jacob AlexanderAdding pinout list.
2014-10-03 Jacob AlexanderHUGE AVR RAM optimization (~28%).
2014-09-16 Jacob AlexanderMore fixes to the DPH scan module.
2014-09-15 Jacob AlexanderAdding support to Macro support to DPH
2014-09-14 Jacob AlexanderAdding CMake build support for the KLL compiler
2014-09-11 Jacob AlexanderMerge branch 'test'
2014-09-11 Jacob AlexanderUpdating DPH to compile with PartialLayer module
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
2014-07-16 Jacob AlexanderInitial work for partial layers and macros.
2014-04-26 Jacob AlexanderKishsaver is fully working with DPH!
2014-04-26 Jacob AlexanderAdding different algorithm to re-enable problem keys.
2014-04-25 Jacob AlexanderEnabling USB keycodes.
2014-04-25 Jacob AlexanderFixed repeated press/release of a single key bug.
2014-04-25 Jacob AlexanderGiving more breathing room for regular keys to be enabl...
2014-04-25 Jacob AlexanderAdding strobe detection.
2014-04-20 Jacob AlexanderPress/Release is working!
2014-04-19 Jacob AlexanderAdding compiler change detection.
2014-04-17 Jacob AlexanderAdded better formatting for debugging code.
2014-04-17 Jacob AlexanderAdded support for IBM 50key, better DPH debug, cleanup
2014-04-16 Jacob AlexanderAdding example CLI command to DPH module.
2014-04-16 Jacob AlexanderDPH Scan Module now compiles with recent architecture...
2014-04-15 Jacob AlexanderADC0 is now working on Teensy 3.1.
2014-04-14 Jacob AlexanderAdding initial code for ADC1 on Teensy 3.1 (and 3.0).
2014-04-13 Jacob AlexanderADCTest DAC support for Teensy 3.1
2014-04-13 Jacob AlexanderAdding analog.c lib from teensyduino.
2014-04-10 Jacob AlexanderUpdating Cygwin build environment for AVR and ARM.
2014-04-06 Jacob AlexanderMajor code cleanup and preparation for PartialMap Macro...
2014-03-31 Jacob AlexanderAdding CLI and CDC Serial support for Teensy 2.0 and...
2014-01-12 Jacob AlexanderAdding new kishsaver strobe map for new PCB revision
2014-01-12 Jacob AlexanderAdding more USB codes and code cleanup
2013-12-02 Jacob AlexanderAdded the averaged initial average as well as problem...
2013-12-01 Jacob AlexanderIncreasing MAX_PRESS_DELTA_MV to measured min kishsaver...
2013-12-01 Jacob AlexanderFixing the strobe count on the Kishsaver
2013-11-27 Jacob AlexanderFixing more phantom keys on the kishsaver
2013-11-19 Jacob AlexanderAdding debounce and reorganized code
2013-11-19 Jacob AlexanderAdding initial Unsaver debug strobe map
2013-11-18 Jacob AlexanderInitial Terminal F strobe map
2013-11-18 Jacob AlexanderAdding strobe mapper and code cleanup
2013-11-18 Jacob AlexanderRemoved a keyscan layer and added more debug information
2013-11-17 Jacob AlexanderCorrecting license (should have been lgpl)
next