You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ryan 44260c3414
Remove `API_SYSEX_ENABLE`s from rules.mk (#13389)
2 years ago
..
keycodes [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 4 years ago
layers [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 4 years ago
leader [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 4 years ago
plover Keymap: Refactor Hacker Dvorak (#4688) 5 years ago
tap_dance [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 4 years ago
user [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 4 years ago
.gitignore Keymap: Hacker Dvorak (#4514) 5 years ago
config.h Fix RGB/LED Suspend defines (#13146) 2 years ago
gulpfile.js [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 4 years ago
hacker_dvorak.c [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 4 years ago
keymap.c [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 4 years ago
package.json [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 4 years ago
readme.md Keymap: Refactor Hacker Dvorak (#4688) 5 years ago
rules.mk Remove `API_SYSEX_ENABLE`s from rules.mk (#13389) 2 years ago

readme.md

Ergodox EZ Hacker Dvorak Layout

Inspired by the Programmer Dvorak keyboard layout, cherry picked ideas from other layouts in the EZ Repository, a character distribution heatmap vizualizer, my own subjective use cases and lots of trial and error.

Setup

Configure your OS keyboard layout to US, or the keymap will be incorrect.

Limitations

I plan to use QMK in the future, in order to overcome some limitations of the Ergodox EZ graphical configurator), however I will defer that, until more progress is made to the new configurator.

Layers

  1. Dvorak
  • US Dvorak layout.
  • All symbols (including shifted symbols).
  • All modifier are dual keys positioned near the home row.
  1. Querty
  • Used to overcome the limitation pointed above, when your OS layout is set to Dvorak instead of US, this way you can use Standard Dvorak (available by default on all the main operating systems) on other normal keybdoards and Hacker Dvorak on the Ergodox EZ Shine at the same time, without changing back and forth tho OS layout.
  1. Gaming
  • Still in development.
  • Left side is mainly "normal" Qwerty.
  • Right side is mainly for movement, either using the mouse, the arrow keys, the number pad or the H, J, K, L as direction keys.
  1. Arrows
  • Arrow keys navigation.
  • All modifier keys.
  • Common text edititng shortcuts (doesn't work for MacOS).
  1. Mouse
  • Mouse navigation.
  • All modifier keys.
  • Common text edititng shortcuts (doesn't work for MacOS).
  1. Numpad
  • ATM style numpad.
  • All modifier keys.
  • Letters from A to F for hexadecimal numbers (B is also used for binary numeric literals in most programming languages, ie. 0b11001).
  • X for hexadecimal numeric literals in most programming languages, ie. 0xbeef.
  • O for octal numeric literals in most programming languages, ie 0o123.
  • J for complex numeric literals in Python, ie. 3j.
  • I and M for complex Julia numeric literals, ie. 3im.
  • Common symbols for mathematical operations.
  1. Hyper Fn
  • Useful for custom global shortcuts.
  1. Media Fn
  • Media keys.
  • Function keys.
  • EZ Shine keys.
  1. Meh Fn
  • Useful for custom application shortcuts.
  1. Meh Fn +
  • Useful for custom standard shortcuts.

To Do

Add images.


Please comment below if you have any ideas or suggestions. If you have used this layout or used it as a base, I'd love to hear about your experience!