summaryrefslogtreecommitdiffstats
path: root/keyboard/ergodox_ez
Commit message (Collapse)AuthorAgeFilesLines
* updated ANDW layoutStephan Bösebeck2016-01-132-14/+17
|
* Merge branch 'master' of https://github.com/sboesebeck/qmk_firmwareStephan Bösebeck2016-01-132-1230/+1236
|\
| * added mouse wheel support, CMD-V/CMD-C instead of CTRLStephan Bösebeck2016-01-101-3/+3
| |
| * removed left space key in favor of a backspaceStephan Bösebeck2016-01-092-1219/+1225
| |
| * Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck2016-01-092-1/+186
| |\
| * \ Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck2016-01-067-0/+3684
| |\ \
| * \ \ Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck2016-01-047-13/+2270
| |\ \ \
| * | | | minor fixes, added backtick to left thumbblockStephan Bösebeck2015-12-252-1225/+1225
| | | | |
* | | | | andw layout addedStephan Bösebeck2016-01-131-0/+259
| | | | |
* | | | | Disables debug console by default for improved performanceErez Zukerman2016-01-122-1221/+1226
| | | | |
* | | | | Merge pull request #80 from agriffis/kinesis-cloneErez Zukerman2016-01-102-0/+203
|\ \ \ \ \ | | | | | | | | | | | | Add ergodox_ez keymap to match Kinesis Contoured.
| * | | | | Rename to keymap_kines-ish.c and add READMEAron Griffis2016-01-102-0/+19
| | | | | |
| * | | | | Add ergodox_ez keymap to match Kinesis Contoured.Aron Griffis2016-01-091-0/+184
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This keymap attempts to match the Kinesis Contoured (aka Advantage) default layout as closely as possible. See http://www.kinesis-ergo.com/wp-content/uploads/2013/06/advantage_layout_win.pdf Apart from the obvious mappings, this keymap also: * removes the dual-purpose momentary layer/normal keys: Z, /, and Grv; because the author--coming from a Kinesis keyboard--finds the delays and accidental modifiers to be more disconcerting than helpful. * puts Esc in the bottom left since there's no place for it in the top left to match the Kinesis. * changes the bottom-right key into an L2 toggle since there's otherwise no way to get to L2. * adds PrScr, ScrLk and Pause to the L1 keymap, down the left side, since they're present on the Kinesis but not available in the default ergodox_ez keymap.
* / | | | Refer to SYMB and MDIA in default ergodox_ez keymap.Aron Griffis2016-01-091-3/+3
|/ / / /
* | | | 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
| | | | |
* | | | | 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-062-0/+1658
|\ \ \ \ \ | | | | | | | | | | | | 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
* / | | | Andrew's OSX ergodox ez keymapAndrew Fecheyr2016-01-052-0/+1658
|/ / / /
* | | | Added comments to LED stuff and included .hex fileDave Jones2016-01-022-1/+1496
| | | |
* | | | Dave's custom keymapDave Jones2016-01-023-11/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | 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
| | |
* | | swapped the space and enter to get the space under where the thumb is.Technovangelist2015-12-211-4/+4
| | |
* | | first attempt at a working workman layout for the ergodoxezTechnovangelist2015-12-211-0/+366
| | |
* | | Merge pull request #47 from pnutster/masterJack Humbert2015-12-191-0/+191
|\ \ \ | |/ / |/| | OSX Kinesis-like Mapping
| * | Fixed keymap "graphic"Piet Nutbey2015-12-191-1/+1
| | |
| * | corrected folderPiet Nutbey2015-12-191-0/+0
| | |
| * | OSX Kinesis-like MappingPiet Nutbey2015-12-191-0/+191
| | | | | | | | | | | | | | | OS X Kinesis Like key mapping. Only the default layer was changed into a more Kinesis-like mapping. Hopefully useful as a starting point.
* | | added hex fileStephan Bösebeck2015-12-201-1/+1
| | |
* | | typo fixStephan Bösebeck2015-12-201-1/+1
| | |
* | | minor changeStephan Bösebeck2015-12-201-19/+47
| | |
* | | added hex file and readmeStephan Bösebeck2015-12-202-0/+1516
| | |
* | | first version for german osx layoutStephan Bösebeck2015-12-201-0/+213
|/ /
* | Merge pull request #45 from matzebond/masterJack Humbert2015-12-192-0/+324
|\ \ | | | | | | German keymap + ErgoDox keymaps
| * | Add neo2 keymap and neo2 ergodox layoutMatthias Schmitt2015-12-191-0/+139
| | |