summaryrefslogtreecommitdiffstats
path: root/keyboards/ergotravel/keymaps
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13[Keymap] Add atreus, ergotravel and org60 keymaps (#5381)Jarred Steenvoorden2-0/+79
* Add atreus, ergotravel and org60 keymaps * Cleanup my keymap config files
2019-02-18Migrate ACTION_LAYER_TAP_TOGGLEs to TT()fauxpark1-4/+1
2019-02-17convert to unix line-endings [skip ci]QMK Bot3-3/+3
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark4-7/+0
2019-02-17convert to unix line-endings [skip ci]QMK Bot1-1/+1
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark1-2/+0
2019-02-08Merge ErgoTravel default keymap to match Group Buy orders (#5071)Pierre Constantineau2-32/+21
2019-01-25rs: code friendly keymap for preonic, iris and my preonic clone (#4303)Olivier Poitrey4-0/+110
I worked on those keymap to simplify the use of 60% keyboards for coders. Instead of trying to mimic planck, this keymap remove raise/lower layer complexity and keep some important sign keys for coder in the upper right side pretty much the same way as they are on a full keyboard. A karabiner configuration is also provided to mimic most of the keymap features on the macbook internal keyboard for when you are forced to use it.
2018-12-18Keymap: A Planck style keymap with iris flair (#4677)Yan-Fa Li3-0/+147
* A Planck style keymap with iris flair - Re-arrange layers to be more planck like. - move backspace to right thumb - replace backspace with minus, more useful for coding - replace center keys with brackets - MT(MOD_LCTRL and ESCAPE) - Use QMK-DFU for bootloader - add a soft reset to keymap * Feedback from reviewers - remove redundant define (noroadsleft) - remove unused layer switch case (drashna)
2018-10-15convert to unix line-endings [skip ci]QMK Bot1-1/+1
2018-10-15Fix ErgoTravel BoardDrashna Jaelre11-46/+14
It was not properly including the "config_common" files, and was causing it to break on the configurator. Additionally, updated this to use the split common code.
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-3/+0
* Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
2018-06-13Configurator layout repair for Ergodone, Ergodox Infinity and ErgoTravel (#3173)noroadsleft1-56/+42
* Ergodone refactor * Ergodox Infinity refactor * Ergotravel refactor * Ergotravel configurator layout update * Fixing include on Ergodox Infinity narze keymap
2018-06-05adding all ErgoTravel Files (#3129)Pierre Constantineau15-0/+1117
* adding all ErgoTravel Files * fixing KC_KEYMAP to LAYOUT_kc on Viet's keymap.c