qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

README.md (1383B)


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