summaryrefslogtreecommitdiffstats
path: root/keyboards/ergotravel/keymaps/default
Commit message (Collapse)AuthorAgeFilesLines
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-1/+1
|
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-141-8/+8
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* Remove keymap_config extern from default keymaps (#7399)Drashna Jaelre2019-11-201-1/+0
| | | | | | | | | | * Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark2019-10-051-0/+0
| | | | | | * Cleanup rules.mk for 32U4 keyboards, A-F * Put back stuff in VIA keymaps
* convert to unix line-endings [skip ci]QMK Bot2019-02-171-1/+1
|
* Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2019-02-161-2/+0
|
* Merge ErgoTravel default keymap to match Group Buy orders (#5071)Pierre Constantineau2019-02-072-32/+21
|
* Fix ErgoTravel BoardDrashna Jaelre2018-10-152-8/+2
| | | | | | 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.
* Configurator layout repair for Ergodone, Ergodox Infinity and ErgoTravel (#3173)noroadsleft2018-06-131-56/+42
| | | | | | | | | | | | * Ergodone refactor * Ergodox Infinity refactor * Ergotravel refactor * Ergotravel configurator layout update * Fixing include on Ergodox Infinity narze keymap
* adding all ErgoTravel Files (#3129)Pierre Constantineau2018-06-053-0/+178
* adding all ErgoTravel Files * fixing KC_KEYMAP to LAYOUT_kc on Viet's keymap.c