aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | SG Ergodox layout: Fixed ENTER key mappingAndreas Schmidt2017-01-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Swiss German Ergodox layout: Additional ENTER key was mapped to wrong layer and keyboard half.
| * | | | | SG Ergodox layout: Minor code formatting changesAndreas Schmidt2017-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Swiss German Ergodox layout: Removed unnecessary spaces.
| * | | | | SG Ergodox layout: Add ENTER to left keyboardAndreas Schmidt2017-01-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Swiss German Ergodox layout: Added ENTER key to left keyboard half on media layer such that the enter key is available on both halves to be able to flash both halves without an additional keyboard.
| * | | | | SG Ergodox layout: Add <br/> macro to media layerAndreas Schmidt2017-01-221-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added <br/> macro to media layer of Swiss German layout for Ergodox
| * | | | | Renamed JSON source of Ergodox Swiss GermanAndreas Schmidt2017-01-212-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Renamed the JSON source files for the layout description of the Ergodox Swiss German keymap
| * | | | | Correct layout description of ergodox swissgermanAndreas Schmidt2017-01-212-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | - Added missing HTML macros to media layer.
| * | | | | Removed Ergodox EZ & Infinity specific keymapsAndreas Schmidt2017-01-2112-2233/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed the keymaps for Swiss German spefic for Ergodox EZ and Infinity after previously merging them.
| * | | | | Merged keymap for Ergodox EZ & InfinityAndreas Schmidt2017-01-216-0/+1136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Merged keymap for Ergodox EZ & Infinity into one single keymap using pre-processor macros.
| * | | | | Add Swiss German layout for Ergodox InfinityAndreas Schmidt2017-01-216-0/+1112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add Swiss German layout for Ergodox Infinity based on default layout for Ergodox EZ. - Minor changes in the event loop to prevent flashing display background lights.
| * | | | | Add Swiss German layout for Ergodox EZAndreas Schmidt2017-01-216-0/+1121
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | - Add Swiss German layout for Ergodox EZ based on default layout for Ergodox EZ. - Minor changes in the event loop to prevent flashing of leds.
* | | | | Merge pull request #1022 from lucwastiaux/masterJack Humbert2017-01-222-13/+48
|\ \ \ \ \ | | | | | | | | | | | | Improvements to Dvorak Programmer Ergodox keymap
| * | | | | document BRACKETS and SHELL_LAYERlucwastiaux2017-01-221-1/+6
| | | | | |
| * | | | | make shell layer more compatible with default layerlucwastiaux2017-01-211-15/+16
| | | | | |
| * | | | | couple of changes to the shell layerlucwastiaux2017-01-211-4/+4
| | | | | |
| * | | | | introduce shell_layerlucwastiaux2017-01-191-3/+31
| | | | | |
| * | | | | put shell nav under tab, introduce an OSL for the brackets layerlucwastiaux2017-01-171-4/+5
| | | | | |
| * | | | | enable brackets using the - key on the right, and cleanupslucwastiaux2016-12-151-8/+8
| | | | | |
* | | | | | Merge pull request #1021 from luizribeiro/ps2avrGBJack Humbert2017-01-2219-18/+877
|\ \ \ \ \ \ | | | | | | | | | | | | | | Support for ps2avrGB / winkeyless.kr boards
| * | | | | | Upgrade AVR 8-bit Toolchain to 3.5.4 on TravisLuiz Ribeiro2017-01-221-3/+7
| | | | | | |
| * | | | | | Added a copyright header to the default keymap... ¯\_(ツ)_/¯Luiz Ribeiro2017-01-212-0/+18
| | | | | | |
| * | | | | | Slightly saner default keymap for ps2avrGB and removed some unused codeLuiz Ribeiro2017-01-212-27/+4
| | | | | | |
| * | | | | | Simplified and polished a bit the code changes on tmk_coreLuiz Ribeiro2017-01-215-7/+8
| | | | | | |
| * | | | | | Simplification and code polish on ps2avrGB directoryLuiz Ribeiro2017-01-214-37/+27
| | | | | | |
| * | | | | | Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro2017-01-2119-17/+886
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1023 from TerryMathews/masterJack Humbert2017-01-227-400/+23
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | Corrects Let's Split code
| * | | | Missed commenting out notes at end of lineTerryMathews2017-01-222-2/+2
| | | | |
| * | | | Fixed keymap matrix on rev2TerryMathews2017-01-221-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * Fixed keymap matrix in rev2 so that left half and right half match when in same orientation.
| * | | | Created lines to uncomment keyboards built upside downTerryMathews2017-01-222-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * Reverses column order to fix left-to-right key order that occurs if PCB assembled upside down.
| * | | | Refactor code to eliminate duplicate definesTerryMathews2017-01-226-396/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moved duplicated defines out of inappropriate source files (matrix pins in keymap subdirectory) * Eliminated default keymap directory * Hardcoded serial keymap to use serial defines and EE_CONFIG * Hardcoded i2c keymap to use i2c defines
* | | | | Merge pull request #1016 from arthurnn/patch-1Jack Humbert2017-01-181-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | this is the atreus doc
| * | | | this is the atreus docArthur Nogueira Neves2017-01-181-1/+1
|/ / / /
* | | | Merge pull request #1013 from mitchlloyd/mitch-keymap-updateJack Humbert2017-01-175-49/+103
|\ \ \ \ | |/ / / |/| | | Update mitch layout for new keymaps
| * | | Update mitch layout for new keymapsMitch Lloyd2017-01-175-49/+103
|/ / /
* | | Merge pull request #987 from belak/belak/whitefox-initial-supportJack Humbert2017-01-1515-1/+1460
|\ \ \ | | | | | | | | Initial whitefox support
| * | | Wait for two ticks rather than 1Kaleb Elwert2017-01-101-1/+1
| | | |
| * | | Fix mismatched indentationKaleb Elwert2017-01-091-1/+1
| | | |
| * | | Update clock frequencies to match the infinity ergodoxKaleb Elwert2017-01-091-15/+4
| | | |
| * | | Increase tick frequency for responsivenessKaleb Elwert2017-01-092-2/+2
| | | | | | | | | | | | | | | | Based off of PR #866 which did the same thing for the infinity60
| * | | Remove KC_ prefix from KEYMAP macro to match other keyboardsKaleb Elwert2017-01-093-35/+35
| | | |
| * | | Fix unrelated spelling errorKaleb Elwert2017-01-041-1/+1
| | | |
| * | | Add white fox to keyboards readmeKaleb Elwert2017-01-041-0/+1
| | | |
| * | | Add whitefox readmeKaleb Elwert2017-01-041-0/+7
| | | |
| * | | Remove unneeded defineKaleb Elwert2017-01-041-1/+0
| | | |
| * | | Initial whitefox supportKaleb Elwert2017-01-0313-0/+1463
| | | |
* | | | Merge pull request #996 from milestogo/masterJack Humbert2017-01-1537-303/+765
|\ \ \ \ | | | | | | | | | | kinesis keyboard with subdirectories for different hardware - matches pull #911
| * | | | removing old programmer layout, in favor of milestogomilestogo2017-01-084-276/+0
| | | | |
| * | | | trying to clean up duplicate docsmilestogo2017-01-088-1001/+0
| | | | |
| * | | | kinesis remapmilestogo2017-01-0845-266/+2005
| | | | |
* | | | | Merge pull request #999 from deadcyclo/masterJack Humbert2017-01-155-0/+26
|\ \ \ \ \ | | | | | | | | | | | | Adds layer images to the deadcyclo layout readme
| * | | | | Fixed incorrect layer image in deadcyclo readmeBrendan Johan Lee2017-01-101-1/+1
| | | | | |