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.

104 lines
1.8 KiB

  1. # buffet's planck layout
  2. ## Layout
  3. The Layout is based on keychords.
  4. The general idea is that you're able to type everything with either hand, so that you can alternate between hands as you type.
  5. The keys are in a 2x4 block in the top left and top right respectively (mirrored).
  6. They have greek letter names (see `keymap.c` for more info).
  7. Thumb added to any key means shift is pressed as well.
  8. `-` means the finger presses nothing.
  9. `^` means the finger presses the upper row.
  10. `v` means the finger presses the lower row.
  11. ```
  12. Space: thumb
  13. Return: vvvv vvvv
  14. Tab: vv^v v^vv
  15. Bspace: v--v v--v
  16. Esc: lower pinky and thumb
  17. ```
  18. ### Letters
  19. ```
  20. a: -^-- --^-
  21. b: -v-^ ^-v-
  22. c: -^^^ ^^^-
  23. d: -vvv vvv-
  24. e: ---^ ^---
  25. f: --^v v^--
  26. g: -^v- -v^-
  27. h: -vv- -vv-
  28. i: --^- -^--
  29. j: -^^v v^^-
  30. k: -^vv vv^-
  31. l: -^^- -^^-
  32. m: -^-^ ^-^-
  33. n: -v-- --v-
  34. o: --v- -v--
  35. p: -v^- -^v-
  36. q: -^v^ ^v^-
  37. r: --^^ ^^--
  38. s: --vv vv--
  39. t: ---v v---
  40. u: -v-v v-v-
  41. v: --v^ ^v--
  42. w: -v^v v^v-
  43. x: -vv^ ^vv-
  44. y: -^-v v-^-
  45. z: -v^^ ^^v-
  46. ```
  47. ### Numbers and Symbols
  48. ```
  49. 0: vv-- --vv
  50. 1: vv-v v-vv
  51. 2: vvv- -vvv
  52. 3: v^-- --^v
  53. 4: v^-^ ^-^v
  54. 5: v^^- -^^v
  55. 6: v^-v v-^v
  56. 7: v-v- -v-v
  57. 8: v^^v v^^v
  58. 9: v-^^ ^^-v
  59. -: v^vv vv^v
  60. =: vvv^ ^vvv
  61. [: vv^- -^vv
  62. ]: v-^v v^-v
  63. \: v^v- -v^v
  64. ;: v^^^ ^^^v
  65. ': vv-^ ^-vv
  66. ,: v-vv vv-v
  67. .: vv^^ ^^vv
  68. /: v-^- -^-v
  69. `: v--^ ^--v
  70. ```
  71. ### Modifiers
  72. Modifiers all use the top pinky key, and a combinations of modifiers you want to activate for the next keypress (very similar to how OMS work).
  73. For the modifiers the top row of keys is used.
  74. ```
  75. Control: Ringfinger
  76. Shift: Middlefinger
  77. Alt: Indexfinger
  78. Super: Thumb
  79. ```
  80. `^--v v--^` can be used to lock the next modifier input.
  81. ### Remaining
  82. These combinations are unused.
  83. ```
  84. v^v^
  85. v-v^
  86. v---
  87. ```