summaryrefslogtreecommitdiff
path: root/keyboards/ergodox
Commit message (Collapse)AuthorAge
* dvorak/plover keyboard layoutSeebs2016-11-16
| | | | | | | Plover's steno support likes quasi-qwerty, and gaming likes qwerty, and I like dvorak, so... what if I could have it all? Signed-off-by: seebs <seebs@seebs.net>
* Merge pull request #880 from psyill/masterJack Humbert2016-11-16
|\ | | | | Added keymap "videck", an ErgoDox keymap for Vi(m) users.
| * Added keymap "videck", an ErgoDox keymap for Vi(m) users.Hans Ellegård2016-11-13
| |
* | update sethbc ergodox keymapSeth Chandler2016-11-13
|/
* Removed the control action when holding z or /Jonathan Arnett2016-11-06
|
* Implements dedicated text zoom keysErez Zukerman2016-11-01
|
* Merge pull request #851 from J3RN/momentaryErez Zukerman2016-10-31
|\ | | | | Switched to momentary
| * Switched to momentaryJonathan Arnett2016-10-09
| | | | | | | | | | Also updated the style of these lines slightly to match the style of the default keymap
* | Merge pull request #843 from lucwastiaux/masterErez Zukerman2016-10-31
|\ \ | | | | | | Adding Ergodox Dvorak Programmer layout
| * | re-introduce brackets layerlucwastiaux2016-10-26
| | |
| * | adding readmelucwastiaux2016-10-23
| | |
| * | add up/down keys on thumb clusterslucwastiaux2016-10-23
| | |
| * | remove brackets layer, replace a few shortcuts on thumb clusterlucwastiaux2016-10-23
| | |
| * | type brackets in symbol layer, using bottom rowlucwastiaux2016-10-23
| | |
| * | add tap-dance support, make right shift double-tap=caplocklucwastiaux2016-10-22
| | |
| * | change include fileslucwastiaux2016-10-22
| | |
| * | added dvorak programmer layoutlucwastiaux2016-10-22
| | |
* | | Merge pull request #836 from 20lives/masterErez Zukerman2016-10-31
|\ \ \ | | | | | | | | added new layout
| * | | merge upstreamLior Haim2016-10-23
| |\| |
| * | | fixed copy-cut-paste buttonstwentylives2016-10-21
| | | |
| * | | Merge branch 'master' of https://github.com/20lives/qmk_firmwaretwentylives2016-10-20
| |\ \ \
| | * | | fix readme20lives2016-10-19
| | | | |
| * | | | fixed base layer = keytwentylives2016-10-20
| |/ / /
| * | | update pics and readmetwentylives2016-10-19
| | | |
| * | | Update readme.md20lives2016-10-18
| | | |
| * | | Update readme.md20lives2016-10-18
| | | |
| * | | adding dvorak hebrew layouttwentylives2016-10-18
| | | |
* | | | [alphadox] remove tmk reset codeAlpha Chen2016-10-25
| | | |
* | | | [ergodox][alphadox] undefine tapping_term, ignore_mod_tap_interruptAlpha Chen2016-10-25
| | | |
* | | | add alphadox layouts to atreus and ergodoxAlpha Chen2016-10-25
| |/ / |/| |
* | | Merge pull request #833 from h-parks/masterErez Zukerman2016-10-20
|\ \ \ | | | | | | | | Win10 Writer's Block - An ErgoDox Keymap
| * | | Win10 Writer's Block - An ErgoDox Keymaph-parks2016-10-19
| | | | | | | | | | | | | | | | | | | | | | | | fix for compiling on infinity: replaced `_delay_ms()' with `wait_ms()' included "wait.h"
| * | | Win10 Writer's Block - An ErgoDox Keymaph-parks2016-10-18
| | | | | | | | | | | | This is a QWERTY layout for ErgoDox on QMK. It's designed to work well in MS Office-like environments. It's tested on Windows 7 and 10.
* | | | update header fileRyan Ascheman2016-10-18
| | | |
* | | | didn't read PR comment close enough, correcting folderRyan Ascheman2016-10-18
| | | |
* | | | moving keymap to new locationRyan Ascheman2016-10-18
|/ / /
* | | Merge pull request #829 from r2d2rogers/masterJack Humbert2016-10-18
|\ \ \ | |/ / |/| | Move hand_swap_config to ez.c, removes error for infinity
| * | Update ez.cRob Rogers2016-10-18
| | |
| * | Move hand_swap_config to ez.c, removes error for infinityRob Rogers2016-10-17
| | |
* | | ergodox: Update algernon's keymap to v1.9Gergely Nagy2016-10-16
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overall changes =============== * `F12` was replaced by an `Fx` key, that activate the **Media** layer as a one-shot layer, and also `Alt` as a one-shot modifier. Base layer changes ================== * The `Media Stop` key is now a tap-dance key, and resets the device for programming on the fourth tap. Miscellaneous ============= * `π` can now be entered with UCIS. * `🐁` can now be entered with UCIS. Tools ===== * The `tools/layer-notify` tool was removed, it was an example, which I don't use. `tools/hid-commands` -------------------- * Now looks at the `DISABLE_APPSEL_START` environment value, and does not display an AppSel notification if it is non-empty. * Will attempt to re-program the keyboard when receiving a `reflash` command. * No longer tries to select Emacs 24 on `APPSEL_EMACS`, rather, it goes for any Emacs. * The `APPSEL_MUSIC` command now includes Kodi in the list too, as the last choice. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* | Merge pull request #818 from pvinis/pvinis-keymapErez Zukerman2016-10-13
|\ \ | | | | | | pvinis keymap
| * | add readmePavlos Vinieratos2016-10-11
| | |
| * | use wait_ms instead of _delay_msPavlos Vinieratos2016-10-11
| | |
| * | add messengerPavlos Vinieratos2016-10-11
| | |
| * | init keymapPavlos Vinieratos2016-10-11
| | |
* | | [Jack & Erez] Simplifies and documents TOJack & Erez2016-10-12
|/ /
* | Merge pull request #803 from coderkun/coderkun_neo2Erez Zukerman2016-10-10
|\ \ | | | | | | Merge Unicode fixes for keymap “coderkun_neo2”
| * | Overwrite method hex_to_unicode() for make it compatible with Neocoderkun2016-10-03
| | |
| * | Merge branch 'master' into coderkun_neo2coderkun2016-10-02
| |\ \
| * | | Add double arrow Unicode characters to FMU layercoderkun2016-10-02
| | | |