aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed various keymaps and the allocation of "key_combos" (#2526)Brian Choromanski2018-03-162-1/+8
| | | | | | | | | | | | | | | | | | | | * Fixed plank keymaps so that they will compile for planck light * tv44:budi now compiles * s60_x:amnesia0287 now compiles * Fixed allocation of key_combos so that narze keymap for planck can compile correctly * Disabled rgb on ergodone and infinity * Enabled tap dance so it compiles * Added return statement so it compiles * If compiling on light disable extra functionality * Properly redefined variable so it compiles
* qwerty_code_friendly: minor updates (#2494)Campbell Barton2018-03-092-31/+102
| | | | | | | | | | * qwerty_code_friendly: minor updates - Correct mistake in ascii keymap. - Make lower right key delete again, but make it configurable. - Make double shift for double quotes optional. * qwerty_code_friendly: shift users title-caps
* qwerty_code_friendly: various updatesCampbell Barton2018-03-072-271/+422
| | | | | | | - Remove action_get_macro in favor of process_record_user - Support user defined words on layer 3 (pass via flags) - Support backspace & del on left thumb cluster. (optionally override top right backspace).
* Fixed dead links (#2451)Brian Choromanski2018-03-017-10/+9
| | | | | | | | * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links
* zweihander: rename, ⌃ → ⌥, README revamp (#2311)adiabatic2018-02-025-51/+80
| | | | | | | | | | | | | | * zweihander-osx: Remove app keys, etc. - add right command keys - add F16 on ;' for Siri - remove command-Q (too easy to hit) * Rename zweihander-osx to zweihander-macos zweihander-macos: / / ^ → / / ⌥; README revamp zweihander: rename, ⌃ → ⌥, README revamp
* Zweihander: remove app keys, etc. (#2167)adiabatic2017-12-201-2/+0
| | | | | | | | | | * zweihander-osx: Remove app keys, etc. - add right command keys - add F16 on ;' for Siri - remove command-Q (too easy to hit) * Zweihander: update readme
* Turn on prevent stuck modifiers for my keymaps.Fredric Silberberg2017-12-091-1/+1
|
* Add a slightly modified ordinary layout for OSXCosmin Cojocar2017-12-086-0/+615
|
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title
* qwerty_code_friendly: Expose caps-lock & fix typoCampbell Barton2017-11-092-10/+18
|
* qwerty_code_friendly: configurable left thumbCampbell Barton2017-11-072-28/+64
| | | | Also add mouse-wheel keys.
* Small ergodox config fix and update.Fredric Silberberg2017-11-063-4/+4
|
* 333fred layout update (#1971)Fred Silberberg2017-11-063-41/+35
| | | | | | | | | | * Set up tap dance for layers on the lower button. * Refactored code to share in the users directory between my two keyboard layouts. * Small keyboard layout change. * Updated documentation on oneshot usage in macros/tap dance.
* zweihander-osx: Remove app keys, etc.Nathan Sharfi2017-10-311-68/+13
| | | | | | - add right command keys - add F16 on ;' for Siri - remove command-Q (too easy to hit)
* 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