summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | * | | Change lower-left control to momentary L1Jonathan Arnett2016-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's so many control keys in this keymap, one needed to go. So, I changed the lower-left control key to be a momentary L1, just like the same key on the right side.
| | | | | * | | Version 1.0.0Jonathan Arnett2016-01-151-0/+186
| | | | | | |/ | | | | | |/|
* | | | | | | 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
|/ / / / / /
* | | | | | Merge pull request #77 from chwilk/masterJack Humbert2016-01-081-0/+184
|\ \ \ \ \ \ | | | | | | | | | | | | | | Keymap to approximate Kinesis Advantage line of keyboards
| * | | | | | Moving around modifiers to match KA betterchwilk2016-01-081-11/+11
| | | | | | |
| * | | | | | Added keymap variant to approximate Kin Advchwilk2015-12-201-0/+184
| | | | | | |
* | | | | | | Merge pull request #74 from sethherr/patch-3Jack Humbert2016-01-061-1/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Fix homebrew references
| * | | | | | Fix homebrew referencesSeth Herr2016-01-061-1/+2
|/ / / / / / | | | | | | | | | | | | Replaces #64
* | | | | | Merge pull request #60 from rothgar/dvorakJack Humbert2016-01-063-0/+368
|\ \ \ \ \ \ | | | | | | | | | | | | | | added dvorak keymap and layout picture
| * | | | | | added jgarr keymap for custom dvorak layout :yay:Justin Garrison2016-01-041-0/+184
| | | | | | |
| * | | | | | added dvorak keymap and layout pictureJustin Garrison2015-12-302-0/+184
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #70 from sperochon/ergodox_ez_frJack Humbert2016-01-063-0/+1735
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ergodox_ez french OS X
| * | | | | | ergodox_ez: Add keymap_osx_fr hex fileSébastien Pérochon2016-01-051-0/+1471
| | | | | | |
| * | | | | | ergodox_ez: Add French keymap for OSX (keymap_osx_fr) based on ↵Sébastien Pérochon2016-01-051-0/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | keymap_default_osx
| * | | | | | quantum: Add French keymap for OSX (keymap_french_osx)Sébastien Pérochon2016-01-051-0/+77
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #71 from andruby/andrew_osxJack Humbert2016-01-062-0/+1658
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Andrew's OSX ergodox ez keymap
| * | | | | Andrew's OSX ergodox ez keymapAndrew Fecheyr2016-01-052-0/+1658
|/ / / / /
* | | | | Merge pull request #68 from waveform80/daves-commentsJack Humbert2016-01-022-1/+1496
|\ \ \ \ \ | | | | | | | | | | | | Added comments to LED stuff and included .hex file
| * | | | | Added comments to LED stuff and included .hex fileDave Jones2016-01-022-1/+1496
|/ / / / /
* | | | | Merge pull request #66 from gdiegel/masterJack Humbert2016-01-021-13/+12
|\ \ \ \ \ | | | | | | | | | | | | Fix for faulty fn layer
| * | | | | Fix incorrect number of rows on fn layer. Add additional navigation keysGabriel Diegel2016-01-021-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | to fn layer
| * | | | | Use planck-style arrow keysGabriel Diegel2015-12-201-4/+4
| | | | | |
| * | | | | Fix typos and add comments, swap plus with equals, swap pipe withGabriel Diegel2015-12-151-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | backslash, move slash, change cursor keys to make the classic shape
* | | | | | Merge pull request #67 from waveform80/daves-keymapJack Humbert2016-01-024-11/+217
|\ \ \ \ \ \ | | | | | | | | | | | | | | Dave's custom keymap
| * | | | | | Dave's custom keymapDave Jones2016-01-024-11/+217
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves the keys closer to a traditional layout with some redundancy around the middle to compensate for fast non-traditional typists like myself who tend to wander from the home row a fair bit. Navigation keys are provided in layer 2 (accessed by left thumb button), programming symbols and classic numeric keypad in layer 1 (accessed by right thumb button). Permanent layer switching is provided with a smaller thumb button. Ctrl provided in place of caps lock (because no-one needs caps/num lock), space, backspace, enter, shift all in traditional positions with layer 1 providing things like equals, tilde and apostrophe (an attempt to re-use existing muscle memory). LEDs are pimped to the point of being silly (fading in/out on layer switch, rolling on reboot ... because I can). Power and reset keys provided on left thumb pad in layer 2. No meh or hyper as I haven't found a burning need for them yet.
* | | | | | Merge pull request #63 from MattLeBeauViewpoint/masterErez Zukerman2015-12-311-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Small change to filename spelling in README
| * | | | | Small change to filename spelling in READMEMattLeBeauViewpoint2015-12-311-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | Edited filename to remove plural case in example so that prefix is correctly parsed in step 6.
* | | | | Merge pull request #56 from sboesebeck/masterJack Humbert2015-12-231-5/+5
|\ \ \ \ \ | | |_|/ / | |/| | | fix number pad for german keys
| * | | | fix number pad for german keysStephan Bösebeck2015-12-231-5/+5
| | | | |
* | | | | Updates readmeErez Zukerman2015-12-231-2/+2
| | | | |
* | | | | Merge pull request #55 from sboesebeck/masterJack Humbert2015-12-223-1296/+1296
|\| | | | | | | | | | | | | | fixed some typos, learned, DE_-keycodes are for Win, not OSX
| * | | | fixed some typos, learned, DE_-keycodes are for Win, not OSXStephan Bösebeck2015-12-223-1296/+1296
| | | | |
* | | | | Merge pull request #53 from sboesebeck/masterJack Humbert2015-12-213-15/+15
|\| | | | | | | | | | | | | | minor updates
| * | | | new firmware file containing current changesStephan Bösebeck2015-12-221-7/+7
| | | | |
| * | | | added png file for layout documentationStephan Bösebeck2015-12-221-0/+0
| | | | |
| * | | | minor changes, fixesStephan Bösebeck2015-12-221-8/+8
| | | | |
* | | | | Merge pull request #52 from technovangelist/masterJack Humbert2015-12-211-0/+366
|\ \ \ \ \ | | |