logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

README.md (1383B)


  1. Workman for Atreus
  2. ==================
  3. This is the Workman layout for Atreus. You can get PDF and SVG files
  4. for the keymap from the author's
  5. [website](https://alexschroeder.ch/pdfs/workman/).
  6. ```
  7. q d r w b || j f u p ;
  8. a s h t g || y n e o i
  9. z x m c v || k l , . /
  10. esc tab super shift bksp ctrl || alt space RS LW ' ret
  11. Raised layer (RS)
  12. ! @ { } | || - 7 8 9 *
  13. # $ ( ) ` || . 4 5 6 +
  14. % ^ [ ] ~ || & 1 2 3 \
  15. menu caps < > del || _ 0 =
  16. Lower layer (LW)
  17. insert home up end pgup || vol+ F7 F8 F9 F10
  18. del left down right pgdn || vol- F4 F5 F6 F11
  19. || mute F1 F2 F3 F12
  20. || – ¨ reset
  21. ```
  22. A note on the EN DASH and DIARESIS mappings on the lower layer: these
  23. only work if you set up CAPS as your *Multi Key* because they
  24. effectively send `<CAPS> - - .` and `<CAPS> "`, respectively.