]> git.donarmstrong.com Git - kiibohd-controller.git/log
kiibohd-controller.git
7 years agoadd da layer to the build script donlayout
Don Armstrong [Fri, 3 Jun 2016 15:06:40 +0000 (10:06 -0500)]
add da layer to the build script

7 years agoMoving defaultMap.kll to scancode_map.kll (less confusing)
Jacob Alexander [Wed, 6 Jul 2016 16:00:57 +0000 (09:00 -0700)]
Moving defaultMap.kll to scancode_map.kll (less confusing)

- Changing default name from defaultMap.kll to scancode_map.kll
- Old name of defaultMap.kll will still work (and is the final fallback)
- Updated all the main projects to use the new name
- Updated BETKB (not entirely finished, but mostly complete)
- Added sub-use of interconnect scancode cache for converters
- Added infinity_led.bash

No behaviour changes, just restructuring.

7 years agoUpdating MBC-55X scan module
Jacob Alexander [Sun, 12 Jun 2016 22:53:25 +0000 (15:53 -0700)]
Updating MBC-55X scan module

7 years agoMajor USB update, fixes most (if not all) known issues
Jacob Alexander [Tue, 31 May 2016 07:19:45 +0000 (00:19 -0700)]
Major USB update, fixes most (if not all) known issues

USB - General
- Refactored descriptors
- Enabled/Disable USB endpoints
- Added debug flags for special features
- Code cleanup
- Interface count calculation based off of enabled endpoints
- Delayed wTotalLength calculation to simplify descriptor offsets
- Re-ordered endpoints and interfaces
- Added more debug output
- Added usbInitTime to show how long keyboard initialization took
  (Useful when debugging bad init sequences)
- Added function for usb_resume() which takes care of the resume sequence
  * Resume is now only called if packets are starting to timeout

USB - Special Options
- Added enableDeviceRestartOnUSBTimeout
  * A last resort hammer for bad USB Chipsets/OSs, don't use if you can help it
  * Disabled
- Added enableUSBResume
  * Enables host resume wake-up signalling, required to wake a computer from sleep
  * Enabled
- Added enableUSBLowPowerNegotiation
  * Enables power negotiation hack
  * Required to use firmware with an IPad and other hard-limit low-power USB hosts
  * Hasn't been tested with the recent changes
  * Disabled
- Added enableUSBSuspend
  * Enables power down events on host USB bus suspend
  * Enabled

USB - Keyboard
- Attempted to cleanup HID SET_REPORT
  * Works much better
  * Still has an issue under Linux which generates *a lot* of NAKs (initializes quickly regardless)
    + Not present on other keyboards
    + SETUP -> OUT -> IN : This sequence is the problem
    + Specifically during the OUT phase
- Enabled

USB - CDC Virtual Serial Port
- Code cleanup
- Added convenience struct USBCDCLineCoding for easier debugging
- Attempted to cleanup CDC_SET_LING_CODING
  * Works much better
  * Still has an issue under Linux which generates *a lot* of NAKs (initializes quickly regardless)
    + SETUP -> OUT -> IN : This sequence is the problem
    + Specifically during the OUT phase
    + Likely the same issues as HID SET_REPORT
- Enabled

USB - Mouse
- Enabled

USB - Joystick
- Disabled

USB - RawIO
- Initial code, API not used yet
- Disabled

DFU
- Updated load script, now faster

7 years agoFixed udev and added TODO comment
Jacob Alexander [Sun, 29 May 2016 17:27:21 +0000 (10:27 -0700)]
Fixed udev and added TODO comment

7 years agoAdding auto-restart support whenever USB gets into an odd state
Jacob Alexander [Fri, 27 May 2016 08:21:57 +0000 (01:21 -0700)]
Adding auto-restart support whenever USB gets into an odd state

- Somewhat aggresive, may cause restarts if the keyboard/OS hasn't fully intialized the keyboard
- Added GET_IDLE handling and correct usage of SET_IDLE
- Initial implementation of idle send, commented out as it causes issues on Mac OSX for sleeping
  (keyboard has been working without it)
- MacOSX seems to have some sort of data corruption on the USB link, not sure why (other OSs have no issues)
- Cleaned up some code
- Added a longer sleep after the resume sequence to prevent possible issues sending keys too soon
  (may need to be increased more)

Ipad support now seems flaky, though Mac, Windows seems solid.
Init sequence on Linux seems slow, even though there are no errors.

7 years agoMerge pull request #120 from jlsalvador/feature-toggle-keyboard-protocol
Jacob Alexander [Thu, 26 May 2016 18:13:35 +0000 (11:13 -0700)]
Merge pull request #120 from jlsalvador/feature-toggle-keyboard-protocol

Adding toggleKbdProtocol capability

7 years agoAdding toggleKbdProtocol capability
José Luis Salvador Rufo [Thu, 26 May 2016 11:06:12 +0000 (13:06 +0200)]
Adding toggleKbdProtocol capability

7 years agoMerge pull request #119 from bburky/keyboards-gitignore
Jacob Alexander [Tue, 24 May 2016 00:19:21 +0000 (17:19 -0700)]
Merge pull request #119 from bburky/keyboards-gitignore

Ignore BuildPath directories

7 years agoIgnore BuildPath directories
Blake Burkhart [Mon, 23 May 2016 23:52:09 +0000 (18:52 -0500)]
Ignore BuildPath directories

Ignore all the default BuildPath directories created by the bash scripts
via cmake.bash.

7 years agoMerge pull request #118 from cryham/ghostfix
Jacob Alexander [Tue, 17 May 2016 08:35:23 +0000 (01:35 -0700)]
Merge pull request #118 from cryham/ghostfix

Fixed ghosting matrix check (ok now)

7 years agofix ghost vars, ifdef
CryHam [Tue, 17 May 2016 08:19:38 +0000 (10:19 +0200)]
fix ghost vars, ifdef

7 years agoFixed ghosting matrix check (did send bad keys on release), now using also ghost_old...
CryHam [Sun, 8 May 2016 07:31:48 +0000 (09:31 +0200)]
Fixed ghosting matrix check (did send bad keys on release), now using also ghost_old state

7 years agoAdding proper remote wake-up support
Jacob Alexander [Tue, 17 May 2016 08:18:14 +0000 (01:18 -0700)]
Adding proper remote wake-up support

- Maintains a sleep state variable (may be able to use as a signal in the future)
- On the first keypress, hold the RESUME signal for 10 ms (spec says between 1 and 15 ms)
- Removed some messages that were affecting sleep state

7 years agoAdding missing GET_PROTOCOL handling
Jacob Alexander [Tue, 17 May 2016 06:25:08 +0000 (23:25 -0700)]
Adding missing GET_PROTOCOL handling

- Odd that this went unnoticed for sooooo long
- Fixes Mac OSX issue where keyboard freezes/hangs on a reboot
- Also adding missing code for usbMuxUart

7 years agoMerge pull request #114 from kiibohd/revert-113-ghost_fix
Jacob Alexander [Fri, 13 May 2016 21:38:46 +0000 (14:38 -0700)]
Merge pull request #114 from kiibohd/revert-113-ghost_fix

Revert "Fixed ghosting matrix check (did send bad keys on release), now using…"

7 years agoRevert "Fixed ghosting matrix check (did send bad keys on release), now using…"
Jacob Alexander [Fri, 13 May 2016 21:38:05 +0000 (14:38 -0700)]
Revert "Fixed ghosting matrix check (did send bad keys on release), now using…"

7 years agoMerge pull request #113 from cryham/ghost_fix
Jacob Alexander [Fri, 13 May 2016 18:37:39 +0000 (11:37 -0700)]
Merge pull request #113 from cryham/ghost_fix

Fixed ghosting matrix check (did send bad keys on release), now using…

8 years agoInitial refactoring of PartialMap for supporting custom Triggers
Jacob Alexander [Mon, 9 May 2016 01:50:28 +0000 (18:50 -0700)]
Initial refactoring of PartialMap for supporting custom Triggers

- Requires a recent KLL
- Functionality wise, nothing has changed

8 years agoFixed ghosting matrix check (did send bad keys on release), now using also ghost_old...
CryHam [Sun, 8 May 2016 07:31:48 +0000 (09:31 +0200)]
Fixed ghosting matrix check (did send bad keys on release), now using also ghost_old state

8 years agoDisable command list when using configurator
Jacob Alexander [Thu, 5 May 2016 19:57:30 +0000 (12:57 -0700)]
Disable command list when using configurator

8 years agoMove matrix information to a cli command master
Jacob Alexander [Wed, 23 Mar 2016 02:51:43 +0000 (19:51 -0700)]
Move matrix information to a cli command

8 years agoAdding relative movement mouse key support
Jacob Alexander [Tue, 22 Mar 2016 05:23:57 +0000 (22:23 -0700)]
Adding relative movement mouse key support

- Still very basic (lots of room for improvement)
- Capability format will likely change at some point
- 16 bit movement control, however repeat rate limits usability (will need KLL 0.4 to make better)

8 years agoAdding basic mouse button support
Jacob Alexander [Mon, 21 Mar 2016 07:43:19 +0000 (00:43 -0700)]
Adding basic mouse button support

- Full Mouse support will have to wait for KLL 0.6
  * This will include dynamic HID descriptor generation for many wheels and axis depending on the KLL needs
- HID descriptor is currently limited to 8 buttons
- Technically mouse movement also works (tested by accident), but it's disable for now (needs some API thought)

- Adding additional udev rules
- Added KRO mode default define

8 years agoFixing clang compilation and supporting clang-tidy
Jacob Alexander [Fri, 4 Mar 2016 08:23:48 +0000 (00:23 -0800)]
Fixing clang compilation and supporting clang-tidy

- clang.c includes necessary functions to make clang compiler work (tested on teensy 3.1)
- Added support code to generate a compile_commands.json for clang-tidy
  * Updates the symlink whenever cmake or make is called (Unix OSs only)

8 years agoAdding convenience symlinks to the udev rules
Jacob Alexander [Fri, 4 Mar 2016 04:40:01 +0000 (20:40 -0800)]
Adding convenience symlinks to the udev rules

8 years agoMerge pull request #95 from cryham/master
Jacob Alexander [Wed, 2 Mar 2016 19:07:10 +0000 (11:07 -0800)]
Merge pull request #95 from cryham/master

Fixes in CK3 (ghosting matrix), working version on full keyboard.

8 years agoFixing potential WF LED issue
Jacob Alexander [Wed, 2 Mar 2016 03:35:21 +0000 (19:35 -0800)]
Fixing potential WF LED issue

- Added fix for USB Current Change
  * If called during interrupt, could hang the I2C bus
  * Delaying I2C writes till scan loop

8 years agoUpdated CK3 with Scan_currentChange (copy from MD1).
CryHam [Tue, 1 Mar 2016 20:00:23 +0000 (21:00 +0100)]
Updated CK3 with Scan_currentChange (copy from MD1).

8 years agoMerge branch 'master' of github.com:kiibohd/controller
CryHam [Tue, 1 Mar 2016 18:40:00 +0000 (19:40 +0100)]
Merge branch 'master' of github.com:kiibohd/controller

8 years agoChanged CK3 matrix scan to Config_Pullup, inverted rows and columns
CryHam [Tue, 1 Mar 2016 18:38:43 +0000 (19:38 +0100)]
Changed CK3 matrix scan to Config_Pullup, inverted rows and columns
Added STROBE_DELAY define in matrix.h
All keys scan codes now in defaultMap.kll

8 years agoAs per request of original author, updating license to MIT
Jacob Alexander [Tue, 23 Feb 2016 22:35:08 +0000 (14:35 -0800)]
As per request of original author, updating license to MIT

8 years agoAdding dynamic USB power support
Jacob Alexander [Mon, 22 Feb 2016 03:56:52 +0000 (19:56 -0800)]
Adding dynamic USB power support

- Each scan module now has a current change callback which passes the available current as a parameter
- No longer attempts to use the max 500 mA immediately, starts with 100 mA then goes to 500 mA after enumeration
- If enumeration fails due to bMaxPower of 500 mA, then attempt again at 100 mA (might also be possible to go even lower to 20 mA in certain cases)
- Now working with the Apple Ipad (no over-power messages)
- Fixed Wake-up behaviour on Apple Ipad (and likely other iOS devices)
- More effecient set_feature/clear_feature handling (device handler)
- Initial power handling via Interconnect (still needs work to get it more dynamic)

8 years agoSetting bootloader max power to 100 mA
Jacob Alexander [Sun, 21 Feb 2016 22:19:52 +0000 (14:19 -0800)]
Setting bootloader max power to 100 mA

- This amount of current is guaranteed by the USB spec before enumeration
- Generally the bootloader doesn't need nearly this much, but to be safe

8 years agoMerge branch 'master' of github.com:kiibohd/controller
Jacob Alexander [Sat, 20 Feb 2016 21:28:16 +0000 (13:28 -0800)]
Merge branch 'master' of github.com:kiibohd/controller

8 years agoDebug code for interconnect cable debugging
Jacob Alexander [Sat, 20 Feb 2016 21:27:49 +0000 (13:27 -0800)]
Debug code for interconnect cable debugging

8 years agoMerge pull request #93 from cryham/master
Jacob Alexander [Sat, 20 Feb 2016 20:13:02 +0000 (12:13 -0800)]
Merge pull request #93 from cryham/master

Added support for ghosting matrices and code for elimination.

8 years agoMinor styling fixes.
CryHam [Sat, 20 Feb 2016 07:33:39 +0000 (08:33 +0100)]
Minor styling fixes.
Renamed define to GHOSTING_MATRIX.
Deleted unused files from CK3.

8 years agoAdded support for ghosting matrices and code for elimination.
CryHam [Fri, 19 Feb 2016 17:10:25 +0000 (18:10 +0100)]
Added support for ghosting matrices and code for elimination.
To use define GHOST in matrix.h, see example in Scan/CK3

8 years agoChanged name from MD1_1 to MD1.1
Jacob Alexander [Fri, 12 Feb 2016 06:56:25 +0000 (22:56 -0800)]
Changed name from MD1_1 to MD1.1

8 years agoUpdate README.markdown
Jacob Alexander [Mon, 8 Feb 2016 16:28:38 +0000 (08:28 -0800)]
Update README.markdown

8 years agoMerge pull request #78 from kevinfrei/infiniteLoops
Jacob Alexander [Sun, 7 Feb 2016 02:23:34 +0000 (18:23 -0800)]
Merge pull request #78 from kevinfrei/infiniteLoops

Fix a handful of infinite loops that occur with more than 254 macros

8 years agoMerge pull request #90 from ryansb/fix/specialCharDirectories
Jacob Alexander [Sun, 7 Feb 2016 02:21:17 +0000 (18:21 -0800)]
Merge pull request #90 from ryansb/fix/specialCharDirectories

Ensure directories can only be made with printable characters

8 years agoInitial code for MD1_1
Jacob Alexander [Sun, 7 Feb 2016 02:06:37 +0000 (18:06 -0800)]
Initial code for MD1_1

 - IC60 /w Single color LEDs
 - Requires a different matrix configuration so it's incompatible with the old IC60 layout

8 years agoEnsure directories can only be made with printable characters
Ryan S. Brown [Sun, 7 Feb 2016 02:06:08 +0000 (21:06 -0500)]
Ensure directories can only be made with printable characters

In situations where `ls` colors directories incorrectly, the `$module`
variable contains unprintable characters. This causes directories to be
impossible to `cd` into normally, and is generally a pain.

8 years agoSetting WhiteFox LEDs as defaulting to on
Jacob Alexander [Thu, 28 Jan 2016 04:41:15 +0000 (20:41 -0800)]
Setting WhiteFox LEDs as defaulting to on

8 years agoUpdating README for Teensy 3.2 support
Jacob Alexander [Wed, 13 Jan 2016 23:04:45 +0000 (15:04 -0800)]
Updating README for Teensy 3.2 support

8 years agoMerge branch 'master' of github.com:kiibohd/controller
Jacob Alexander [Wed, 13 Jan 2016 23:03:50 +0000 (15:03 -0800)]
Merge branch 'master' of github.com:kiibohd/controller

8 years agoAdding comment for the Teensy 3.2
Jacob Alexander [Wed, 13 Jan 2016 23:03:29 +0000 (15:03 -0800)]
Adding comment for the Teensy 3.2

8 years agoMerge pull request #81 from dankm/not-linux
Jacob Alexander [Tue, 5 Jan 2016 18:31:36 +0000 (10:31 -0800)]
Merge pull request #81 from dankm/not-linux

Get build working on FreeBSD

8 years agoMerge remote-tracking branch 'github/master' into not-linux
Dan McGregor [Tue, 5 Jan 2016 16:08:14 +0000 (10:08 -0600)]
Merge remote-tracking branch 'github/master' into not-linux

8 years agoFix a handful of infinite loops that occur if you have more than 254 macros
Kevin Frei [Sun, 3 Jan 2016 01:43:05 +0000 (17:43 -0800)]
Fix a handful of infinite loops that occur if you have more than 254 macros

8 years agoMerge pull request #73 from joshuaflanagan/example_script_variables
Jacob Alexander [Tue, 10 Nov 2015 19:24:03 +0000 (11:24 -0800)]
Merge pull request #73 from joshuaflanagan/example_script_variables

Stop requiring editing of example scripts

8 years agoStop requiring editing of example scripts
Joshua Flanagan [Tue, 10 Nov 2015 16:32:06 +0000 (10:32 -0600)]
Stop requiring editing of example scripts

The example scripts include hardcoded values that
do not work for everyone. Instead of requiring the
files to be edited (and dirtying the git tree),
allow them to take command-line arguments.

Also adds better guidance for Mac OSX virtual
serial ports.

8 years agoAdding comment about using Pillow instead of PIL
Jacob Alexander [Mon, 2 Nov 2015 01:19:09 +0000 (17:19 -0800)]
Adding comment about using Pillow instead of PIL

8 years agoMerge pull request #71 from glguy/pr-cli-history
Jacob Alexander [Tue, 27 Oct 2015 01:06:40 +0000 (18:06 -0700)]
Merge pull request #71 from glguy/pr-cli-history

Write whole debug cli command to history

8 years agoWrite whole debug cli command to history
Eric Mertens [Tue, 27 Oct 2015 00:55:41 +0000 (17:55 -0700)]
Write whole debug cli command to history

Previously the command was being modified in place in order
to find the command name. This was happening before saving
to the history.

Fixes #70

8 years agoStart removing select Linux-isms
Dan McGregor [Mon, 10 Aug 2015 20:49:46 +0000 (14:49 -0600)]
Start removing select Linux-isms

bash might not be in /bin. Don't expect it there.

8 years agoMerge pull request #65 from r4v5/exit-quickly-on-script-error
Jacob Alexander [Mon, 19 Oct 2015 00:54:41 +0000 (17:54 -0700)]
Merge pull request #65 from r4v5/exit-quickly-on-script-error

Exit quickly when cmake or make fail

8 years agoExit quickly when cmake or make fail
Mason Donahue [Sun, 18 Oct 2015 19:40:18 +0000 (14:40 -0500)]
Exit quickly when cmake or make fail

The compilation process itself doesn't take very long, but it's weird to
let it continue trying to build when we've encountered an error worthy
of changing cmake/make's return codes. This gives clear indication of a
failed build as the last line of the script's output.

8 years agoTypo from the last commit.
Jacob Alexander [Sun, 18 Oct 2015 04:03:07 +0000 (21:03 -0700)]
Typo from the last commit.

8 years agoAdding support for kll 0.3d
Jacob Alexander [Sat, 17 Oct 2015 22:03:21 +0000 (15:03 -0700)]
Adding support for kll 0.3d

- Requires kll compiler update
- Includes descriptor update to handle new consumer control codes

8 years agoAdding remote capability LED control
Jacob Alexander [Fri, 16 Oct 2015 17:02:01 +0000 (10:02 -0700)]
Adding remote capability LED control

- Works for all nodes in chain
- Synchronized to 30 ms update rate (required for ISSI chip)
  * Interconnect cannot handle full update speed from Scan module
  * Though it should be able to handle quite a bit more than 30 ms updates

8 years agoAdding basic remote capabilities + UART Rx DMA buffers
Jacob Alexander [Thu, 15 Oct 2015 07:16:36 +0000 (00:16 -0700)]
Adding basic remote capabilities + UART Rx DMA buffers

- Rx buffers weren't fast enough, had to use DMA :D
- Basic LCD remote capabilities are working, single node
- Multi-node broadcast seems to have a bug still
- DMA ring buffer allowed for significant processing simplification
  * There is an overrun risk, but the buffer is large and generally there isn't too much data being sent (just very quickly)
- Split out LCD layer stack capability into itself and an "exact" version used for updating remote nodes

8 years agoMerge pull request #63 from jvhaarst/patch-1
Jacob Alexander [Mon, 12 Oct 2015 21:47:13 +0000 (14:47 -0700)]
Merge pull request #63 from jvhaarst/patch-1

Fixed typo

8 years agoFixed typo
Jan van Haarst [Mon, 12 Oct 2015 20:11:21 +0000 (22:11 +0200)]
Fixed typo

8 years agoMore compatible name
Jacob Alexander [Mon, 12 Oct 2015 06:23:20 +0000 (23:23 -0700)]
More compatible name

8 years agoAdding jump to bootloader key
Jacob Alexander [Mon, 12 Oct 2015 05:07:11 +0000 (22:07 -0700)]
Adding jump to bootloader key

- Now enabled by default
- Added protection around remote jumps

8 years agoAdding basic ISSI led brightness control capabilities
Jacob Alexander [Sat, 10 Oct 2015 05:28:31 +0000 (22:28 -0700)]
Adding basic ISSI led brightness control capabilities

- 6 modes
  * Single led: decrease, increase, set
  * All leds: decrease, increase, set
- Currently update speed limited to once every 30 ms
  * Likely an I2C driver or ISSI limitation preventing even faster updates

8 years agoFixing long-standing SET_REPORT bug
Jacob Alexander [Sat, 10 Oct 2015 01:18:07 +0000 (18:18 -0700)]
Fixing long-standing SET_REPORT bug

- Implementation was completely wrong (has never worked properly)
- Now working in both NKRO and 6KRO modes
- Added more debugging code if things go wrong again

8 years agoFixing very old bad naming convention (BRACE to BRACKET)
Jacob Alexander [Thu, 8 Oct 2015 03:06:41 +0000 (20:06 -0700)]
Fixing very old bad naming convention (BRACE to BRACKET)

8 years agoCleaning up CLEAR_FEATURE (endpoint)
Jacob Alexander [Tue, 6 Oct 2015 07:24:04 +0000 (00:24 -0700)]
Cleaning up CLEAR_FEATURE (endpoint)

- Reverting old fix that no longer seems relevant after numerous recent USB fixes

8 years agoFix Latching bug (introduced when fixing shift and lock recently)
Jacob Alexander [Sun, 4 Oct 2015 23:19:20 +0000 (16:19 -0700)]
Fix Latching bug (introduced when fixing shift and lock recently)

- Also conditionally refresh the lcd screen if enabled /w interconnect
  (Not the ideal way to update, but the only way with the current KLL version)

8 years agoUpdating KType layout to work more nicely with KiiConf
Jacob Alexander [Wed, 30 Sep 2015 03:21:29 +0000 (20:21 -0700)]
Updating KType layout to work more nicely with KiiConf

8 years agoInitial code for KType TKL
Jacob Alexander [Wed, 30 Sep 2015 02:29:27 +0000 (19:29 -0700)]
Initial code for KType TKL

8 years agoAdding layer rotation (next/prev) capability
Jacob Alexander [Tue, 29 Sep 2015 02:58:39 +0000 (19:58 -0700)]
Adding layer rotation (next/prev) capability

- Requires kll update
- Including udev id update

8 years agoPrep for mouse support
Jacob Alexander [Mon, 21 Sep 2015 01:47:10 +0000 (18:47 -0700)]
Prep for mouse support

8 years agoAdding example API scripts
Jacob Alexander [Tue, 15 Sep 2015 06:37:32 +0000 (23:37 -0700)]
Adding example API scripts

8 years agoSingle MDErgo1 layout used for KiiConf initial layout setup
Jacob Alexander [Mon, 14 Sep 2015 07:48:48 +0000 (00:48 -0700)]
Single MDErgo1 layout used for KiiConf initial layout setup

8 years agoUpdating convenience build scripts to build Left and Right sides
Jacob Alexander [Sat, 22 Aug 2015 06:23:52 +0000 (23:23 -0700)]
Updating convenience build scripts to build Left and Right sides

- Includes minor fix for MD1

8 years agoBootloader fix
Jacob Alexander [Sat, 22 Aug 2015 05:59:11 +0000 (22:59 -0700)]
Bootloader fix

8 years agoFixing layer stack evaluation
Jacob Alexander [Sat, 22 Aug 2015 03:33:47 +0000 (20:33 -0700)]
Fixing layer stack evaluation

- Layers were stacked correctly, but evaluated backwards

8 years agoFixing default ErgoDox layout and adding FlashMode button
Jacob Alexander [Sat, 22 Aug 2015 02:43:45 +0000 (19:43 -0700)]
Fixing default ErgoDox layout and adding FlashMode button

- Adds proper flashMode support for all keyboards and microcontrollers (usb and serial)
- flashModeEnabled must be set to 1 otherwise it will only show an error
  * This is on purpose (somewhat dangerous feature as it allows remote flashing)
- Capability cleanup

8 years agoForgot to add these files in an earlier commit
Jacob Alexander [Sat, 22 Aug 2015 01:26:46 +0000 (18:26 -0700)]
Forgot to add these files in an earlier commit

8 years agoFIxing Media Keys and general USB compatibilty
Jacob Alexander [Wed, 19 Aug 2015 07:01:15 +0000 (00:01 -0700)]
FIxing Media Keys and general USB compatibilty

- Media keys tested working on Linux/Windows/Mac (use Consumer control)
- Fixed enumeration delays
- Fixed virtual serial port configuration issues
- Fixed GET_REPORT and SET_REPORT
- Added intial descriptors and endpoints for Mouse and Joystick devices
- Split out the consumer and system control endpoint
- Added more fault debugging messages
- Added interface names to endpoints (visible in Windows Device Manager)
- Added KLL define for keyboard locale

8 years agoAdding color association to layers
Jacob Alexander [Tue, 18 Aug 2015 17:46:55 +0000 (10:46 -0700)]
Adding color association to layers

8 years agoAdding basic support for LCDLayerDisplay using capabilities
Jacob Alexander [Tue, 18 Aug 2015 08:10:44 +0000 (01:10 -0700)]
Adding basic support for LCDLayerDisplay using capabilities

- Requires lcdFuncMap.kll instead of stdFuncMap.kll

8 years agoUpdating convenience scripts
Jacob Alexander [Sun, 16 Aug 2015 06:45:23 +0000 (23:45 -0700)]
Updating convenience scripts

8 years agoFixing typo on range check for MDErgo1
Jacob Alexander [Sun, 16 Aug 2015 22:53:07 +0000 (15:53 -0700)]
Fixing typo on range check for MDErgo1

8 years agoAdding examples of custom action/capabilties
Jacob Alexander [Sun, 16 Aug 2015 21:46:26 +0000 (14:46 -0700)]
Adding examples of custom action/capabilties

- See md1Action.kll for usage
- Includes Block/Unblock

8 years agoAdding initial WhiteFox support.
Jacob Alexander [Sun, 16 Aug 2015 19:27:12 +0000 (12:27 -0700)]
Adding initial WhiteFox support.

- Includes fix for over-range ScanCodes (would cause hard faults)
- Updated some documentation
- Requires recent kll compiler for the layout

8 years agoWorking support for Interconnect
Jacob Alexander [Sun, 16 Aug 2015 04:53:59 +0000 (21:53 -0700)]
Working support for Interconnect

- Supports up to 255 slave nodes (you'll run into ScanCode limitations before then)
- Requires most recent kll compiler update
- Additional debugging output and stats counters
- Noise and parity checking
- Fixed TxFIFO issue when sending buffers larger than the FIFO
- Cleaned up defaultMap.kll
- Added ScanCode caching (reduces interconnect traffic significantly)
- Interconnect module code is conditionally compiled into PartialMap module if required

8 years agoInitial UARTConnect scancode support
Jacob Alexander [Sun, 9 Aug 2015 07:20:41 +0000 (00:20 -0700)]
Initial UARTConnect scancode support

- Still some issues
- Will require some changes to MatrixARM and PartialMap
  * Currently state information is passed around too frequently
  * Needs to be reduced to state changes only

8 years agoAdding preliminary MDErgo keymap
Jacob Alexander [Thu, 6 Aug 2015 07:36:37 +0000 (00:36 -0700)]
Adding preliminary MDErgo keymap

- Required updates to CMake in order to handle the multi-layer BaseMaps

8 years agoAdd Unique Id to version information
Jacob Alexander [Wed, 5 Aug 2015 17:18:35 +0000 (10:18 -0700)]
Add Unique Id to version information

8 years agoFixing CMake dependency checking for kll_defs.h
Jacob Alexander [Tue, 4 Aug 2015 04:42:01 +0000 (21:42 -0700)]
Fixing CMake dependency checking for kll_defs.h

8 years agoAdding ISSILed API calls and default brightness
Jacob Alexander [Sun, 2 Aug 2015 23:28:21 +0000 (16:28 -0700)]
Adding ISSILed API calls and default brightness

- Adds override functionality in main module

8 years agoUsing multi-line define support (requires latest kll compiler)
Jacob Alexander [Sun, 2 Aug 2015 20:43:28 +0000 (13:43 -0700)]
Using multi-line define support (requires latest kll compiler)

8 years agoAdding API to set pixels on LCD screen
Jacob Alexander [Sun, 2 Aug 2015 07:00:11 +0000 (00:00 -0700)]
Adding API to set pixels on LCD screen

8 years agoAdding capability to set default image on LCD
Jacob Alexander [Sun, 2 Aug 2015 06:13:19 +0000 (23:13 -0700)]
Adding capability to set default image on LCD