aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox
Commit message (Collapse)AuthorAgeFilesLines
...
* ergodox qwerty_code_friendly: add macro keys (#1918)Campbell Barton2017-10-292-42/+77
| | | Also add more configurable keys.
* Added berfarah's custom keyboard layoutBernardo Farah2017-10-244-0/+404
|
* Creates a userspace for keymaps (#1559)Jack Humbert2017-10-212-0/+0
| | | | | | | | | | * create a user space * adds example * document, add readme.md * jackhumbert userspace, ergodox keymap
* Qwerty Code Friendly: relocate insert keyCampbell Barton2017-10-102-16/+24
| | | | | This was too easy to press by accident (next to Alt). Make this user configurable.
* ergodox: Update algernon's layout to v1.11Gergely Nagy2017-10-037-40/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overall changes =============== * Updated to work with QMK master. * The `$` and `^` symbols on the number row were swapped on both the base and the ADORE layers. * The bracket tap-dance keys can now be used to input Japanese brackets, `「` and `」` with a third tap. * The second column of the top row on the right side will act as a "Social" application selector on the `AppSel` layer. * The third key on the same column will select a password manager. * The `GUI` key will now launch `rofi` when triple-tapped. Miscellaneous ============= * The `👶` symbol can be entered with UCIS. * The `👪` symbol can be entered with UCIS. Tools ===== * `tools/hid-commands` can now find the `Mstdn`, not just `Slack`, as the "Slack"/chat app. * `tools/hid-commands` can now find the Plex web app as a music/media player. * `tools/hid-commands` now understands the "Social" application selector. It raises the `Mstdn` and `Tweetdeck` windows, but keeps focus on the previous window. * `tools/hid-commands` now understands the "Social2" application selector, which raises `Signal` and `Viber`, but keeps focus on the previous window. * `tools/hid-commands` is now able to select a password manager (KeePass*). * `tools/hid-commands` can now run `rofi` when receiving an `appsel_helper` command (triggered by a triple-tapped `GUI` key). Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* code_friendly_qwerty keymapCampbell Barton2017-10-032-0/+486
|
* Alterations and documentation updates for j3rn Ergodox EZ keymap (#1656)Jonathan Arnett2017-08-302-14/+15
| | | | | | | | * Add second set of AltSft and Alt * Insert the play key between previous and next * Update documentation
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-23256-0/+37175
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches