summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Implemented Dvorak layerDidier Loiseau2016-01-171-13/+63
| | | | |
| * | | | Added shifts on the thumbsDidier Loiseau2016-01-161-3/+3
| | | | |
| * | | | Implement cut/copy/paste as macrosDidier Loiseau2016-01-101-12/+26
| | | | | | | | | | | | | | | | | | | | | | | | | Workaround for jackhumbert/qmk_firmware#81 + added macro names + removed unused macro 0
| * | | | Added fn-eject, fn-power .. fn-pause keysDidier Loiseau2016-01-101-4/+4
| | | | | | | | | | | | | | | | | | | | Eject does not work though, see jackhumbert/qmk_firmware#82 and tmk/tmk_keyboard#250
| * | | | Split fn layer from numbers layer to better match the TM behaviourDidier Loiseau2016-01-091-78/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed access to layer 2 from ";" key - "fn" key toggles both layers 1 & 2 - replaced media and mouse layer by fn layer - renamed symbol layer to numbers layer - moved all F-keys together on left hand
| * | | | Layer 1: restore backspace, ralt and ctl on right handDidier Loiseau2016-01-091-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - home replaced by KC_TRNS to make backspace available - prev/next moved left to space to restore ralt - arrows moved down to have reversed T-shape - added ctl on bottom right KpEnter, to match layer 0 - removed alt from mute, as it was already no more in layer 0
| * | | | Added description of the layout and main differences with real TMDidier Loiseau2016-01-091-1/+21
| | | | |
| * | | | Make bottom row more similar to the TMDidier Loiseau2016-01-091-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - keep home/end at the same location - RAlt as first key on the bottom right row - left/right arrows moved on the thumb, near the other arrows - added Alt on App - added Alt on Mute in Layer 1 - removed ALT from left spaces to avoid issues when pressing too slowly
| * | | | Use 3rd led as caps-lock indicatorDidier Loiseau2016-01-091-1/+4
| | | | |
| * | | | TypeMatrix keymap: Layer 1 (Fn Layer)Didier Loiseau2016-01-091-20/+27
| | | | |
| * | | | Initial TypeMatrix keymap: Layer 0Didier Loiseau2016-01-091-3/+3
| | | | |
| * | | | Initial TypeMatrix keymap: Layer 0Didier Loiseau2016-01-081-0/+188
| | |_|/ | |/| |
| | * | new hex fileStephan Bösebeck2016-01-221-22/+22
| | | |
| | * | reinstalled lost file, updated with some tweaksStephan Bösebeck2016-01-221-0/+299
| | | |
| | * | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck2016-01-2255-1722/+20753
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #95 from jackhumbert/keymap_foldersErez Zukerman2016-01-2155-1700/+20753
|\ \ \ \ | | | | | | | | | | New per-folder format for ErgoDox EZ keymaps
| * | | | Adds the hex files tooErez Zukerman2016-01-2220-0/+29585
| | | | |
| * | | | Introduces new subdirectory structureErez Zukerman2016-01-2250-28333/+10
| | | | |
| * | | | Adds a bunch of compiled filesErez Zukerman2016-01-2019-0/+25157
| | | | |
| * | | | renames readmeErez Zukerman2016-01-201-0/+0
| | | | |
| * | | | Renames hexErez Zukerman2016-01-201-0/+0
| | | | |
| * | | | Updates Markdown image linkErez Zukerman2016-01-201-1/+1
| | | | |
| * | | | Adds a readme and hex for my experimental layoutErez Zukerman2016-01-202-0/+1483
| | | | |
| * | | | New per-folder format for ErgoDox EZ keymapsErez Zukerman2016-01-2038-8878/+29
|/ / / /
| | * | changed some places, disabled layer3, in file it's ADNW nowStephan Bösebeck2016-01-221-6/+6
| | | |
| | * | added koy layer to default, but disabled itStephan Bösebeck2016-01-212-44/+66
| | | |
| | * | replaced qwertz with adnw-koy as defaultStephan Bösebeck2016-01-211-61/+63
| | | |
| | * | swapping modeswitch and Acut-Chars on thumb blockStephan Bösebeck2016-01-211-2/+2
| |/ / |/| |
* | | Merge pull request #94 from plgruener/german_aliasesJack Humbert2016-01-191-0/+39
|\ \ \ | | | | | | | | complete keymap_german.h (all alphanumerics)
| * | | complete keymap_german.h (all alphanumerics)plgruener2016-01-191-0/+39
|/ / / | | | | | | | | | | | | add 'DE_'-prefixed aliases for all alphanumerics, so it becomes immediatly obvious which layout we are assuming.
* | | Makes ' into a dual-action key for LGuiErez Zukerman2016-01-191-3/+4
| | |
* | | Adds an experimental keymap for my own useErez Zukerman2016-01-191-0/+189
| | |
* | | Merge pull request #73 from dragon788/dragon_modErez Zukerman2016-01-188-1/+645
|\ \ \ | | | | | | | | Requesting some comments and review on my changes
| * | | Command line programming not default, enable by reading quickstart and ↵dragon7882016-01-172-7/+11
| | | | | | | | | | | | | | | | comments in Vagrantfile
| * | | Allow passthru of Teensy to Virtualbox for programmingdragon7882016-01-171-5/+11
| | | |
| * | | Fixing Debian/Ubuntu updates to be completely non-interactivedragon7882016-01-171-1/+9
| | | |
| * | | Note about Virtualbox incompatibilitiesdragon7882016-01-171-0/+2
| | | |
| * | | Update README.mddragon7882016-01-161-0/+1
| | | |
| * | | Create QUICK_START.md describing Vagrantfile usagedragon7882016-01-161-0/+21
| | | | | | | | | | | | Provides links to software required to use the Vagrantfile.
| * | | Having media layer defined causes toggles to 'stick' rather than be ↵dragon7882016-01-161-1/+1
| | | | | | | | | | | | | | | | momentary in my experience
| * | | Resetting keymap_default.c to origin/master not just my fork's masterdragon7882016-01-161-23/+23
| | | |
| * | | Moving my layout to its own file, made plover layout file, restoring default ↵dragon7882016-01-163-89/+501
| | | | | | | | | | | | | | | | keymap to its default status
| * | | Updated avr script and added notes to Vagrantfiledragon7882016-01-162-7/+18
| | | |
| * | | All dfu dependencies in place, multi-line syntax to make it easy to add/readdragon7882016-01-121-4/+37
| | | |
| * | | Adding update of vagrant VM every time it is booteddragon7882016-01-052-14/+46
| | | |
| * | | Adding Vagrantfile for easier compile environment setupdragon7882016-01-033-0/+69
| | | |
| * | | Added calculator shortcut button to numpad/symbol layerdragon7882016-01-021-2/+2
| | | |
| * | | Fixed Plover layer label and updated keymapdragon7882016-01-021-4/+4
| | | |
| * | | Added proper link back to Plover layout sourcedragon7882016-01-021-1/+1
| | | |
| * | | Added plover layerdragon7882016-01-021-4/+49
| | | |