rows.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. /* Copyright 2020 Sergi Meseguer <zigotica@gmail.com>
  2. This program is free software: you can redistribute it and/or modify
  3. it under the terms of the GNU General Public License as published by
  4. the Free Software Foundation, either version 2 of the License, or
  5. (at your option) any later version.
  6. This program is distributed in the hope that it will be useful,
  7. but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  9. GNU General Public License for more details.
  10. You should have received a copy of the GNU General Public License
  11. along with this program. If not, see <http://www.gnu.org/licenses/>.
  12. */
  13. #pragma once
  14. #include "zigotica.h"
  15. // clang-format off
  16. #define _BLANK_THUMB _______, _______
  17. #define _BLANK_3 _______, _______, _______
  18. #define _BLANK_4 _______, _______, _______, _______
  19. #define _BLANK_ROW _______, _______, _______, _______, _______
  20. /*
  21. * STENAI Layer
  22. *
  23. * ,---------------------------------------. ,---------------------------------------.
  24. * | | | | | | | | | | | |
  25. * | ` ~ | W | D | P | F | | Q | L | U | Y | ' " |
  26. * | | | | | | | | | | | |
  27. * |-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------|
  28. * | | | | | | | | | | | |
  29. * | H | R | S | T | G | | M | N | A | I | O |
  30. * | alt | ctrl | shft | meta | | | | meta | shft | ctrl | alt |
  31. * |-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------|
  32. * | | | | | | | | | | | |
  33. * | B | X | C | V | [ { | | , < | K | Z | J | . > |
  34. * | | | | | TD ]} | | TD ; | | | | TD : |
  35. * `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------.
  36. * | | | | | |
  37. * | TAB | SPC | | E | INTRO |
  38. * | num | nav | | sym | fn |
  39. * `---------------' `---------------'
  40. *
  41. */
  42. #define _STENAI_L1 KC_GRV, KC_W, KC_D, KC_P, KC_F
  43. #define _STENAI_L2 LALT_T(KC_H), LCTL_T(KC_R), LSFT_T(KC_S), LGUI_T(KC_T), KC_G
  44. #define _STENAI_L3 KC_B, KC_X, KC_C, KC_V, ZK_BRC
  45. #define _STENAI_LT LT(_NUM, KC_TAB), LT(_NAV, KC_SPC)
  46. #define _STENAI_R1 KC_Q, KC_L, KC_U, KC_Y, KC_QUOT
  47. #define _STENAI_R2 KC_M, RGUI_T(KC_N), RSFT_T(KC_A), RCTL_T(KC_I), RALT_T(KC_O)
  48. #define _STENAI_R3 ZK_SEMI, KC_K, KC_Z, KC_J, ZK_COLON
  49. #define _STENAI_RT LT(_SYM, KC_E), LT(_FN, KC_ENT)
  50. #define _COLEMAK_L1 KC_Q, KC_W, KC_F, KC_P, KC_G
  51. #define _COLEMAK_L2 KC_A, KC_R, KC_S, KC_T, KC_D
  52. #define _COLEMAK_L3 KC_Z, KC_X, KC_C, KC_V, KC_B
  53. #define _COLEMAK_R1 KC_J, KC_L, KC_U, KC_Y, KC_SCLN
  54. #define _COLEMAK_R2 KC_H, KC_N, KC_E, KC_I, KC_O, KC_QUOT
  55. #define _COLEMAK_R3 KC_K, KC_M, KC_COMM, KC_DOT, KC_SLSH
  56. #define _QWERTY_L1 KC_Q, KC_W, KC_E, KC_R, KC_T
  57. #define _QWERTY_L2 LALT_T(KC_A), LCTL_T(KC_S), LSFT_T(KC_D), LGUI_T(KC_F), KC_G
  58. #define _QWERTY_L3 KC_Z, KC_X, KC_C, KC_V, KC_B
  59. #define _QWERTY_LT LT(_NUM, KC_TAB), LT(_NAV, KC_SPC)
  60. #define _QWERTY_R1 KC_Y, KC_U, KC_I, KC_O, KC_P
  61. #define _QWERTY_R2 KC_H, RGUI_T(KC_J), RSFT_T(KC_K), RCTL_T(KC_L), RALT_T(KC_SCLN)
  62. #define _QWERTY_R3 KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH
  63. #define _QWERTY_RT LT(_SYM, KC_SPC), LT(_FN, KC_ENT)
  64. /*
  65. * NUM Layer
  66. *
  67. * ,---------------------------------------. ,---------------------------------------.
  68. * | | | | | | | | | | | |
  69. * | | - | + | = | | | | 7 | 8 | 9 | |
  70. * | | | | | | | | | | | |
  71. * |-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------|
  72. * | | | | | | | | | | | |
  73. * | | | | | | | | 1 | 2 | 3 | |
  74. * | | | | | | | | | | | |
  75. * |-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------|
  76. * | | | | | | | | | | | |
  77. * | | | / | * | | | | 4 | 5 | 6 | |
  78. * | | | | | | | | | | | |
  79. * `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------.
  80. * |:::::::| | | | |
  81. * |:::::::| | | 0 | BACK |
  82. * |:::::::| | | | |
  83. * `---------------' `---------------'
  84. *
  85. */
  86. #define ____NUM_L1 _______, KC_MINS, KC_PLUS, KC_EQL, _______
  87. #define ____NUM_L2 _BLANK_ROW
  88. #define ____NUM_L3 _______, _______, KC_SLSH, KC_ASTR, _______
  89. #define ____NUM_LT _BLANK_THUMB
  90. #define ____NUM_R1 _______, KC_7, KC_8, KC_9, _______
  91. #define ____NUM_R2 _______, KC_1, KC_2, KC_3, _______
  92. #define ____NUM_R3 _______, KC_4, KC_5, KC_6, _______
  93. #define ____NUM_RT KC_0, KC_BSPC
  94. /*
  95. * NAVIGATION Layer
  96. *
  97. * ,---------------------------------------. ,---------------------------------------.
  98. * | | | | | | | | | | | |
  99. * | | PREV | PLAY | NEXT | | | WHDN | HOME | UP | PGUP | |
  100. * | | | | | | | | | | | |
  101. * |-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------|
  102. * | | | | | | | | | | | |
  103. * | | | | | | | WHUP | LF | DN | RG | |
  104. * | | | | | | | | | | | |
  105. * |-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------|
  106. * | | | | | | | | | | | |
  107. * | | | | | | | | END | | PGDN | |
  108. * | | | | | | | | | | | |
  109. * `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------.
  110. * | |:::::::| | | |
  111. * | |:::::::| | | DEL |
  112. * | |:::::::| | | |
  113. * `---------------' `---------------'
  114. */
  115. #define ____NAV_L1 _______, KC_MPRV, KC_MPLY, KC_MNXT, _______
  116. #define ____NAV_L2 _BLANK_ROW
  117. #define ____NAV_L3 _BLANK_ROW
  118. #define ____NAV_LT _BLANK_THUMB
  119. #define ____NAV_R1 KC_WH_D, KC_HOME, KC_UP, KC_PGUP, _______
  120. #define ____NAV_R2 KC_WH_U, KC_LEFT, KC_DOWN, KC_RGHT, _______
  121. #define ____NAV_R3 _______, KC_END, _______, KC_PGDN, _______
  122. #define ____NAV_RT _______, KC_DEL
  123. /*
  124. * SYMBOLS Layer
  125. *
  126. * ,---------------------------------------. ,---------------------------------------.
  127. * | | | | | | | | | | | |
  128. * | % | & | ? | | | ! | | | | | | |
  129. * | | | | | | | | | | | |
  130. * |-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------|
  131. * | | | | | | | | | | | |
  132. * | # | @ | : | ; | $ | | | | | | |
  133. * | | | | | | | | | | | |
  134. * |-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------|
  135. * | | | | | | | | | | | |
  136. * | ( | ~ | / | \ | ^ | | | | | | |
  137. * | | | | | | | | | | | |
  138. * `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------.
  139. * | | | |:::::::| |
  140. * | | ESC | |:::::::| |
  141. * | | | |:::::::| |
  142. * `---------------' `---------------'
  143. */
  144. #define ____SYM_L1 KC_PERC, KC_AMPR, KC_QUES, KC_PIPE, KC_EXLM
  145. #define ____SYM_L2 KC_HASH, KC_AT, KC_COLN, KC_SCLN, KC_DLR
  146. #define ____SYM_L3 ZK_PRN, KC_TILD, KC_SLSH, KC_BSLS, KC_CIRC
  147. #define ____SYM_LT _______, KC_ESC
  148. #define ____SYM_R1 _BLANK_ROW
  149. #define ____SYM_R2 _BLANK_ROW
  150. #define ____SYM_R3 _BLANK_ROW
  151. #define ____SYM_RT _BLANK_THUMB
  152. /*
  153. * FUNCTION KEYS Layer
  154. *
  155. * ,---------------------------------------. ,---------------------------------------.
  156. * | | | | | | | | | | | |
  157. * | | | | | | | | F7 | F8 | F9 | F10 |
  158. * | | | | | | | | | | | |
  159. * |-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------|
  160. * | | | | | | | | | | | |
  161. * | | | | | | | | F1 | F2 | F3 | F11 |
  162. * | | | | | | | | | | | |
  163. * |-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------|
  164. * | | | | | | | | | | | |
  165. * | | | | | | | | F4 | F5 | F6 | F12 |
  166. * | | | | | | | | | | | |
  167. * `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------.
  168. * | | | | |:::::::|
  169. * | | ESC | | |:::::::|
  170. * | | | | |:::::::|
  171. * `---------------' `---------------'
  172. */
  173. #define ____FN_L1 _BLANK_ROW
  174. #define ____FN_L2 _BLANK_ROW
  175. #define ____FN_L3 _BLANK_ROW
  176. #define ____FN_LT _______, KC_ESC
  177. #define ____FN_R1 _______, KC_F7, KC_F8, KC_F9, KC_F10
  178. #define ____FN_R2 _______, KC_F1, KC_F2, KC_F3, KC_F11
  179. #define ____FN_R3 _______, KC_F4, KC_F5, KC_F6, KC_F12
  180. #define ____FN_RT _BLANK_THUMB
  181. // Ortho short rows
  182. #define ____NUM15 KC_1, KC_2, KC_3, KC_4, KC_5
  183. #define ____NUM60 KC_6, KC_7, KC_8, KC_9, KC_0
  184. #define ____FN_15 KC_F1, KC_F2, KC_F3, KC_F4, KC_F5
  185. #define ____FN_60 KC_F6, KC_F7, KC_F8, KC_F9, KC_F10
  186. #define ____LMODS KC_LCTL, KC_LALT, KC_LGUI
  187. #define ____TARRS _______, KC_UP, _______
  188. #define ____BARRS KC_LEFT, KC_DOWN, KC_RIGHT
  189. #define ____LORTH ____LMODS, KC_MINS
  190. #define ____RORTH KC_BSPC, KC_SCLN, KC_BSLS, KC_SLSH
  191. // clang-format on