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.

49 lines
2.6 KiB

  1. # nstickney's Ortholinear Layout
  2. > Familiar layout for users who regularly switch between Bastyl/Iris and standard QWERTY.
  3. ## Install
  4. For instructions on building and installing this keymap, see the [docs](https://docs.qmk.fm/#/getting_started_make_guide).
  5. Below is the command for me; it may be different for you.
  6. Note that my Iris keyboard has an Elite-C on the left half and a ProMicro on the right half.
  7. - Bastyl: `make hidtech/bastyl:nstickney:dfu`
  8. - Iris
  9. - Elite-C: `make keebio/iris/rev2:nstickney:dfu`
  10. - ProMicro: `make keebio/iris/rev2:nstickney:avrdude`
  11. ## Usage
  12. 0. QWERTY `BASE` layer.
  13. * `/`, `\`, `[SPACE]`, `[ENTER]`, `-`, and `=` on the thumb clusters.
  14. * `[` and `]` added on Bastyl.
  15. * `CAPSLOCK` replaced by `ESC`; hold it down for `CTRL`.
  16. * `'` can also be held for `CTRL`.
  17. * [Space-Cadet Shift](https://beta.docs.qmk.fm/using-qmk/advanced-keycodes/feature_space_cadet) is enabled, so the `SHIFT` keys send `(` and `)` when tapped.
  18. * Hold down `/` or `=` for `ALT`.
  19. * Hold down `\` or `-` to access the functions layer.
  20. * Farthest thumb keys are `GUI` (left) and `MENU` (right).
  21. * Tapping `GUI` 2, 3, or 4 times will toggle `NUMLOCK`, `CAPSLOCK`, or `SCROLLLOCK`, respectively.
  22. * Tapping `MENU` 2 or 3 times will toggle the `NUMP` and `SYMB` layers, respectively.
  23. 0. Unicode-input symbols on `SYMB` layer. Based (loosely) on US-International layout.
  24. 0. `NUMP` layer has number pads on each hand. Number pad `7`-`8`-`9` align with QWERTY `7`-`8`-`9` on right hand.
  25. 0. Function, arrow, media, and miscellaneous keys on `FCTN` layer.
  26. * `F1` through `F10` on `1`-`10`. `F11` is on `GUI` and `F12` is on `MENU`.
  27. * Brackets (`[` and `]`) available on `U` and `I`; braces (`{` and `}`) on `O` and `P`.
  28. * Arrow keys on `ESDF` and `HJKL`; familiar for both Vim users and FPS gamers.
  29. * `W` is `HOME`; `R` is `END`. `T` is `PAGE UP` and `G` is `PAGE DOWN`.
  30. * Music controls on lower row of left hand.
  31. * Volume and screen brightness on lower row of right hand.
  32. * `PRINT SCREEN`, `PAUSE`, `SYSREQ`, `INSERT`, and `CLEAR` also mapped, as intelligently as possible.
  33. * `Q` toggles the RGB underglow (which changes color to indicate active layer).
  34. * `A` increases RGB underglow brightness (with `SHIFT`, decreases brightness).
  35. * `Y` is mapped to [`QK_LOCK`](https://beta.docs.qmk.fm/using-qmk/software-features/feature_key_lock).
  36. ## Contribute
  37. If you are using this layout and think you've found a better way to do something, I'd appreciate an [issue](https://github.com/nstickney/qmk_firmware/issues), or better yet a [pull request](https://github.com/nstickney/qmk_firmware/pulls).
  38. ## License
  39. Copyright © 2016-2021 @nstickney. Released under [GPL-2.0](/LICENSE).