summaryrefslogtreecommitdiffstats
path: root/keyboard/ergodox_ez
Commit message (Collapse)AuthorAgeFilesLines
* Use CSA_ as prefix for Canadian Multilingual key aliasesDidier Loiseau2016-04-021-30/+30
| | | CM is already used for Colemak.
* BÉPO over CSA: GR2A characters in AltGr layerDidier Loiseau2016-04-021-11/+11
| | | | - define aliases for all GR2A characters (unshifted) - use the available characters in the BÉPO over CSA AltGr layer
* BÉPO over CSA: unicode supportDidier Loiseau2016-04-021-5/+54
| | | | | | | - implement easy way to define and send unicode characters on Windows - define 3 characters not available in CSA: - en dash: – - em dash: — - ellipsis: …
* BÉPO over CSA: AltGr layerDidier Loiseau2016-04-021-1/+53
| | | | | | | | - implemented the most useful characters: - all French characters + € - common programmer characters - other keys implemented as KC_NO to avoid mistyping a character from a lower layer - AltGr+Shift not supported (yet)
* Initial BÉPO over CSA with Shift layerDidier Loiseau2016-04-021-2/+157
| | | | | | Initial implementation of the BÉPO layout for use with the Canadian Multilingual Standard layout (a.k.a. CSA / ACNOR layout) on the OS-side. - support all bépo characters from the default and shifted layers
* Added RESET key on fn-=Didier Loiseau2016-04-021-2/+2
|
* Use enums to define layers and macrosDidier Loiseau2016-04-021-26/+30
|
* Swapped w and = to keep the w on the right hand (better for English)Didier Loiseau2016-04-021-4/+4
|
* Use BÉPO spécific key aliases with BP_ prefixDidier Loiseau2016-04-021-70/+20
| | | | keymap_bepo.h: define BP_* keycodes for all possible characters bepo/keymap.c: use those keycodes in the bépo keymap
* Initial bepo layout based on tm2030Didier Loiseau2016-04-021-0/+242
| | | | | | | | No more SFT_T: - moved ] (bépo W) below Tab - moved - (bépo =) in place of ] (top right) - removed SFT_T from ' (bépo M) - moved \ (bépo Ç) in place of = (bépo %) - moved = (bépo %) in place of - (bépo =)
* Also add compiled hex fileDavid Mohr2016-03-301-0/+1127
|
* Squisher's international dvorak variant for ergodox ezDavid Mohr2016-03-305-0/+214
| | | | See README.md
* Corrected duplicate image issueMatthew Carroll2016-03-281-0/+0
|
* Added msc keymap for ergodox_ezMatthew Carroll2016-03-276-0/+1334
|
* Merge pull request #211 from nrrkeene/masterErez Zukerman2016-03-2710-1147/+1232
|\ | | | | The Ordinary Layout is unremarkably mundane and remarkably useful
| * Merge https://github.com/jackhumbert/qmk_firmwareNicholas Keene2016-03-261-1/+5
| |\
| * | The Ordinary Layout is unremarkably mundane and remarkably usefulNicholas Keene2016-03-2610-1109/+1192
| | |
| * | The Ordinary Layout is familiar to users of common keyboardsNicholas Keene2016-03-241-58/+60
| | |
* | | Merge pull request #196 from naps62/naps62Erez Zukerman2016-03-273-0/+1690
|\ \ \ | |_|/ |/| | Adds naps62's Ergodox EZ layout
| * | Adds naps62's layoutMiguel Palhas2016-03-153-0/+1690
| | |
* | | Merge pull request #207 from romanzolotarev/masterErez Zukerman2016-03-251-1/+5
|\ \ \ | |_|/ |/| | Add important note about brightness on OS X
| * | Add important note about brightness on OS XRoman Zolotarev2016-03-221-1/+5
| | |
* | | Pull request 190 resolution with 'qmk/master' for mergeyoyoerx2016-03-2111-2340/+3603
|\ \ \
| * | | Merge pull request #205 from romanzolotarev/masterErez Zukerman2016-03-214-0/+1309
| |\| | | | | | | | | | Add Roman's Layout
| | * | Update readmeRoman Zolotarev2016-03-191-1/+1
| | | |
| | * | Update layoutRoman Zolotarev2016-03-1912-192/+67
| | | |
| | * | Swap volup and voldownRoman Zolotarev2016-03-181-2/+2
| | | |
| | * | Add Roman's LayoutRoman Zolotarev2016-03-1811-0/+1434
| | |/ | | | | | | | | | Four layers BASE (Norman), SYMB, PLVR (optimized for Plover), ARRW.
| * | Merge pull request #203 from XenoBits/masterErez Zukerman2016-03-205-1227/+1174
| |\ \ | | | | | | | | Improved c# dev layout, only 2 layers now
| | * | Fixed png imageMaxime Millet2016-03-201-0/+0
| | | |
| | * | CSharp dev layout V2Maxime Millet2016-03-205-1227/+1174
| | | |
| * | | Add waits to prevent KVM from hangingMaciej Piechotka2016-03-172-1490/+1492
| | | |
| * | | Put frequently used keys in shell (-=) under thumbMaciej Piechotka2016-03-172-9/+9
| | | |
| * | | Add missing breaks in mpiechotka ergodox_ez keyboardMaciej Piechotka2016-03-172-1233/+1237
| | |/ | |/|
* | | PR190hotfix.sh, fresh hexes, makeallhex.sh scriptyoyoerx2016-03-1133-41292/+32894
| | |
* | | Addressed void* return warning in all keymapsyoyoerx2016-03-1033-98/+85
|/ /
* | Adds a readme with a link to the blog postErez Zukerman2016-03-082-0/+5
| |
* | The Ordinary Layout, designed to be similar to traditional keyboards, by ↵Nicholas Keene2016-03-063-0/+1312
| | | | | | | | Nicholas Keene, released to the public domain, no rights reserved
* | Merge pull request #157 from DidierLoiseau/typematrixJack Humbert2016-02-213-1505/+1483
|\ \ | | | | | | Small fixes and improvements to tm2030 layout
| * | Updated tm2030 keymap.hexDidier Loiseau2016-02-211-1482/+1476
| | |
| * | Fixed compilation warnings due to missing return statementsDidier Loiseau2016-02-211-1/+2
| | |
| * | FN macro: use layer_invert() instead of modifying layer_state directlyDidier Loiseau2016-02-071-20/+3
| | | | | | | | | | | | | | | | | | - fixes stuck keys from the temporary layers (see also jackhumbert/qmk_firmware#78) - removed the workaround for jackhumbert/qmk_firmware#81 (using layer_invert() fixes the problem)
| * | Fixed inconsistency between comment and actual numeric layerDidier Loiseau2016-02-071-1/+1
| | | | | | | | | - KC_INS should only be present on Fn layer
| * | Fixed link to Magic doc in Dvorak sectionDidierLoiseau2016-02-071-1/+1
| | |
* | | Merge pull request #141 from XenoBits/masterErez Zukerman2016-02-125-0/+1489
|\ \ \ | | |/ | |/| Ergodox EZ new keymap for C# developers
| * | Another readme.md improvementMaxime Millet2016-02-121-9/+9
| | |
| * | Improved readmeMaxime Millet2016-02-121-10/+10
| | |
| * | Added C# developer keymapMaxime Millet2016-02-125-0/+1489
| | |
* | | Merge pull request #139 from ↵Erez Zukerman2016-02-114-0/+1429
|\ \ \ | | | | | | | | | | | | | | | | joarau/norwegian-colemak-ergodox-with-norwegian-definitions Norwegian Colemak Ergodox and Norwegian key definitions
| * | | Norwegian Colemak Ergodox and Norwegian key definitionsjoar2016-02-114-0/+1429
| | | |