diff options
author | Alex Schroeder <alex@gnu.org> | 2019-08-31 02:50:11 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-08-30 17:50:11 -0700 |
commit | bbc5156781d8e3bd547ee4424bc94e4de27288b1 (patch) | |
tree | 3a57d4b4f7ee0a6e693934365ce8612986c93162 /keyboards/atreus/keymaps/workman/README.md | |
parent | 42977d25fc1445ff1fdc6372511ff9ba95741565 (diff) |
[Keymap] Workman layout for Atreus keyboard (#6606)
Diffstat (limited to 'keyboards/atreus/keymaps/workman/README.md')
-rw-r--r-- | keyboards/atreus/keymaps/workman/README.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/atreus/keymaps/workman/README.md b/keyboards/atreus/keymaps/workman/README.md new file mode 100644 index 0000000000..249833a995 --- /dev/null +++ b/keyboards/atreus/keymaps/workman/README.md @@ -0,0 +1,33 @@ +Workman for Atreus +================== + +This is the Workman layout for Atreus. You can get PDF and SVG files +for the keymap from the author's +[website](https://alexschroeder.ch/pdfs/workman/). + +``` + q d r w b || j f u p ; + a s h t g || y n e o i + z x m c v || k l , . / + esc tab super shift bksp ctrl || alt space RS LW ' ret + + +Raised layer (RS) + + ! @ { } | || - 7 8 9 * + # $ ( ) ` || . 4 5 6 + + % ^ [ ] ~ || & 1 2 3 \ + menu caps < > del || _ 0 = + + +Lower layer (LW) + + insert home up end pgup || vol+ F7 F8 F9 F10 + del left down right pgdn || vol- F4 F5 F6 F11 + || mute F1 F2 F3 F12 + || – ¨ reset +``` + +A note on the EN DASH and DIARESIS mappings on the lower layer: these +only work if you set up CAPS as your *Multi Key* because they +effectively send `<CAPS> - - .` and `<CAPS> "`, respectively. |