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.

67 lines
4.3 KiB

  1. # Gaston's Lily58 Keymap
  2. A simple three layers keymap to improve typing performance by reducing
  3. cognitive load.
  4. The main characteristics of this keymap are:
  5. * The QWERTY layer tries to be as normal as possible, without having to use
  6. modifiers.
  7. * The main thumb buttons are spaces when tapped and enable the LOWER layer
  8. when held.
  9. * Vim style arrow keys.
  10. * Left and right ALT in case you need different behaviors. (For example, the
  11. default Option and readline's Alt behavior in macOS.)
  12. * The LOWER layer has mostly meta keys.
  13. * The MOUSE layer controls the mouse.
  14. ## QWERTY Layer
  15. ```plain
  16. ,-----------------------------------------. ,-----------------------------------------.
  17. | ` | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | BSPC |
  18. |------+------+------+------+------+------| |------+------+------+------+------+------|
  19. | TAB | Q | W | E | R | T | | Y | U | I | O | P | - |
  20. |------+------+------+------+------+------| |------+------+------+------+------+------|
  21. |LCTRL | A | S | D | F | G |-------. ,-------| H | J | K | L | ; | ' |
  22. |------+------+------+------+------+------| MOUSE | | = |------+------+------+------+------+------|
  23. | LSFT | Z | X | C | V | B |-------| |-------| N | M | , | . | / | ENT |
  24. `-----------------------------------------/ LT / \ LT \----------------------------------------'
  25. | RALT | LALT | LGUI | / LOWER / \ LOWER \ | [ | ] | \ |
  26. | | | |/ SPC / \ SPC \ | | | |
  27. `----------------------------' '-----------------------------'
  28. ```
  29. ## LOWER Layer
  30. ```plain
  31. ,-----------------------------------------. ,-----------------------------------------.
  32. | ESC | F1 | F2 | F3 | F4 | F5 | | F6 | F7 | F8 | F9 | F10 | F11 |
  33. |------+------+------+------+------+------| |------+------+------+------+------+------|
  34. | | | MUTE | VOLD | VOLU | | | HOME | PGDN | PGUP | END | | F12 |
  35. |------+------+------+------+------+------| |------+------+------+------+------+------|
  36. | | | MPRV | MPLY | MNXT | |-------. ,-------| LEFT | DOWN | UP | RGHT | | |
  37. |------+------+------+------+------+------| | | |------+------+------+------+------+------|
  38. | | | | BRID | BRIU | |-------| |-------| | INS | DEL | | | |
  39. `-----------------------------------------/ / \ \----------------------------------------'
  40. | | | | / TRNS / \ TRNS \ | | | |
  41. | | | |/ / \ \ | | | |
  42. `----------------------------' '-----------------------------'
  43. ```
  44. ## MOUSE Layer
  45. ```plain
  46. ,-----------------------------------------. ,-----------------------------------------.
  47. | | | | | | | | | | | | | |
  48. |------+------+------+------+------+------| |------+------+------+------+------+------|
  49. | | | | | | | | BTN1 | BTN2 | | | ACL0 | |
  50. |------+------+------+------+------+------| |------+------+------+------+------+------|
  51. | | | | | | |-------. ,-------| MS_L | MS_D | MS_U | MS_R | ACL1 | |
  52. |------+------+------+------+------+------| TRNS | | |------+------+------+------+------+------|
  53. | | | | | | |-------| |-------| WH_L | WH_D | WH_U | WH_R | ACL2 | |
  54. `-----------------------------------------/ / \ \----------------------------------------'
  55. | | | | / / \ \ | | | |
  56. | | | |/ / \ \ | | | |
  57. `----------------------------' '-----------------------------'
  58. ```