keymap.c 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. /*
  2. * Keyboard: Atreus
  3. * Keymap: replicaJunction
  4. * Version: 0.3
  5. *
  6. * This keymap is designed to complement my Ergodox keyboard layout, found in keyboards/ergodox_ez.
  7. * The Atreus keyboard is a 40% board whose design was heavily influenced by the Ergodox. I now
  8. * have both keyboards, so I've designed these layouts in an effort to make switching between the
  9. * two as easy as possible.
  10. *
  11. * Clearly, the Atreus is the limiting factor in this equation, so I've taken heavy advantage of
  12. * function and dual-role keys.
  13. *
  14. * The default key layout in this keymap is Colemak-ModDH. Information on that layout can be found
  15. * here: https://colemakmods.github.io/mod-dh/
  16. */
  17. #include "atreus.h"
  18. // Each layer gets a name for readability, which is then used in the keymap matrix below.
  19. // The underscores don't mean anything - you can have a layer called STUFF or any other name.
  20. // Layer names don't all need to be of the same length, obviously, and you can also skip them
  21. // entirely and just use numbers.
  22. // Note that whatever is set as layer 0 will be the default layer of the keyboard.
  23. #define _CO 0 // Colemak
  24. #define _QW 1 // QWERTY
  25. #define _GA 2 // Gaming
  26. #define _EX 3 // Extend
  27. #define _NU 4 // Numpad
  28. #define _FN 5 // Function
  29. // Some quick aliases, just to make it look pretty
  30. #define _______ KC_TRNS
  31. #define KCX_CA LCTL(KC_LALT)
  32. #define KCX_CS LCTL(KC_LSFT)
  33. #define KCX_CSA LCTL(LSFT(KC_LALT))
  34. #define KCX_LST LSFT(KC_TAB)
  35. #define KX_COPY LCTL(KC_C)
  36. #define KX_CUT LCTL(KC_X)
  37. #define KX_PAST LCTL(KC_V)
  38. #define KX_UNDO LCTL(KC_Z)
  39. ; // This doesn't do anything. It's just for VSCode because its syntax highlighting is weird for the above #define statements.
  40. const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  41. /*
  42. * Colemak-ModDH
  43. *
  44. * ,----------------------------------. ,----------------------------------.
  45. * | Q | W | F | P | B | | J | L | U | Y | ; |
  46. * +------+------+------+------+------| +------+------+------+------+------|
  47. * | A | R | S | T | G | | M | N | E | I | O |
  48. * +------+------+------+------+------| +------+------+------+------+------|
  49. * |Z Shft| X | C | D | V | ,------. ,------. | K | H | , | . |/ Shft|
  50. * +------+------+------+------+------| | Ctrl | | Alt | +------+------+------+------+------|
  51. * | Esc | Gui | Tab | Alt | Bksp | | Del | | Enter| |Sp/_NU| _EX | - | ' | = |
  52. * `----------------------------------' `------' `------' `----------------------------------'
  53. *
  54. */
  55. [_CO] = KEYMAP(
  56. KC_Q, KC_W, KC_F, KC_P, KC_B, KC_J, KC_L, KC_U, KC_Y, KC_SCLN,
  57. KC_A, KC_R, KC_S, KC_T, KC_G, KC_M, KC_N, KC_E, KC_I, KC_O,
  58. SFT_T(KC_Z), KC_X, KC_C, KC_D, KC_V, KC_K, KC_H, KC_COMM, KC_DOT, SFT_T(KC_SLSH),
  59. KC_ESC, KC_LGUI, KC_TAB, KC_LALT, KC_BSPC, CTL_T(KC_DEL), ALT_T(KC_ENT), LT(_NU, KC_SPC), MO(_EX), KC_MINS, KC_QUOT, KC_EQL
  60. ),
  61. /*
  62. * QWERTY
  63. *
  64. * ,----------------------------------. ,----------------------------------.
  65. * | Q | W | E | R | T | | Y | U | I | O | P |
  66. * +------+------+------+------+------| +------+------+------+------+------|
  67. * | A | S | D | F | G | | H | J | K | L | ; |
  68. * +------+------+------+------+------| +------+------+------+------+------|
  69. * |Z Shft| X | C | V | B | ,------. ,------. | N | M | , | . |/ Shft|
  70. * +------+------+------+------+------| | Ctrl | | Alt | +------+------+------+------+------|
  71. * | Esc | Gui | Tab | Alt | Bksp | | Del | | Enter| |Sp/_NU| _EX | - | ' | = |
  72. * `----------------------------------' `------' `------' `----------------------------------'
  73. *
  74. */
  75. [_QW] = KEYMAP( /* Qwerty */
  76. KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
  77. KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN,
  78. SFT_T(KC_Z), KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, SFT_T(KC_SLSH),
  79. KC_ESC, KC_LGUI, KC_TAB, KC_LALT, KC_BSPC, CTL_T(KC_DEL), ALT_T(KC_ENT), LT(_NU, KC_SPC), MO(_EX), KC_MINS, KC_QUOT, KC_EQL
  80. ),
  81. /*
  82. * Extend
  83. *
  84. * Ctrl+` is a keyboard shortcut for the program ConEmu, which brings up a dropdown console window.
  85. *
  86. * Also note that some dual-role keys are overridden here with their modifiers
  87. *
  88. * ,----------------------------------. ,----------------------------------.
  89. * | Caps | | | |Ctrl `| | PgUp | Home | Up | End | Del |
  90. * +------+------+------+------+------| +------+------+------+------+------|
  91. * | | Gui | Alt | Ctrl | | | PgDn | Left | Down | Right| Bksp |
  92. * +------+------+------+------+------| +------+------+------+------+------|
  93. * | Shift| Cut | Copy | | Paste| ,------. ,------. | | ^Tab | Tab | |Insert|
  94. * +------+------+------+------+------| | | | | +------+------+------+------+------|
  95. * | | | | | | | | | | | Space| | | |PrntSc|
  96. * `----------------------------------' `------' `------' `----------------------------------'
  97. *
  98. */
  99. [_EX] = KEYMAP( /* Extend */
  100. KC_CAPS, _______, _______, _______, LCTL(KC_GRV), KC_PGUP, KC_HOME, KC_UP, KC_END, KC_DEL,
  101. _______, KC_LGUI, KC_LALT, KC_LCTL, _______, KC_PGDN, KC_LEFT, KC_DOWN, KC_RGHT, KC_BSPC,
  102. KC_LSFT, KX_CUT, KX_COPY, _______, KX_PAST, _______, KCX_LST, KC_TAB, _______, KC_INS,
  103. _______, _______, _______, _______, _______, _______, _______, KC_SPC, _______, _______, _______, KC_PSCR
  104. ),
  105. /*
  106. * Numbers and symbols
  107. *
  108. * ,----------------------------------. ,----------------------------------.
  109. * | ! | @ | { | } | & | | / | 7 | 8 | 9 | * |
  110. * +------+------+------+------+------| +------+------+------+------+------|
  111. * | # | $ | ( | ) | ~ | | | | 4 | 5 | 6 | - |
  112. * +------+------+------+------+------| +------+------+------+------+------|
  113. * | % | ^ | [ | ] | ` | ,------. ,------. | \ | 1 | 2 | 3 | + |
  114. * +------+------+------+------+------| | | | | +------+------+------+------+------|
  115. * | | _GA | | _FN | | | | | | | | 0 | . | = | |
  116. * `----------------------------------' `------' `------' `----------------------------------'
  117. *
  118. */
  119. [_NU] = KEYMAP( /* Numbers and symbols */
  120. KC_EXLM, KC_AT, KC_LCBR, KC_RCBR, KC_AMPR, KC_SLSH, KC_7, KC_8, KC_9, KC_ASTR,
  121. KC_HASH, KC_DLR, KC_LPRN, KC_RPRN, KC_TILD, KC_PIPE, KC_4, KC_5, KC_6, KC_MINS,
  122. KC_PERC, KC_CIRC, KC_LBRC, KC_RBRC, KC_GRV, KC_BSLS, KC_1, KC_2, KC_3, KC_PLUS,
  123. _______, TG(_GA), _______, MO(_FN), _______, _______, _______, _______, KC_0, KC_DOT, KC_EQL, _______
  124. ),
  125. /*
  126. * Functions
  127. *
  128. * ,----------------------------------. ,----------------------------------.
  129. * | | | | | | | | F7 | F8 | F9 | F10 |
  130. * +------+------+------+------+------| +------+------+------+------+------|
  131. * | | | | | | | | F4 | F5 | F6 | F11 |
  132. * +------+------+------+------+------| +------+------+------+------+------|
  133. * | | Vol ^| Mute | Vol v| Play | ,------. ,------. | | F1 | F2 | F3 | F12 |
  134. * +------+------+------+------+------| | | | | +------+------+------+------+------|
  135. * | | | | | Stop | | | | | | | | _CO | _GA | RESET|
  136. * `----------------------------------' `------' `------' `----------------------------------'
  137. *
  138. */
  139. [_FN] = KEYMAP( /* Functions */
  140. KC_DEL, KC_HOME, KC_UP, KC_END, KC_PGUP, _______, KC_F7, KC_F8, KC_F9, KC_F10,
  141. KC_BSPC, KC_LEFT, KC_DOWN, KC_RGHT, KC_DOWN, _______, KC_F4, KC_F5, KC_F6, KC_F11,
  142. _______, KC_VOLU, KC_MUTE, KC_VOLD, KC_MPLY, _______, KC_F1, KC_F2, KC_F3, KC_F12,
  143. _______, _______, _______, _______, KC_MSTP, _______, _______, _______, KC_NO, DF(_CO), DF(_QW), RESET
  144. ),
  145. /*
  146. * Gaming
  147. *
  148. * ,----------------------------------. ,----------------------------------.
  149. * | | | | | | | |Whl Up| MUp |Whl Dn| |
  150. * +------+------+------+------+------| +------+------+------+------+------|
  151. * | | | | | | | | MLeft| MDown|MRight| |
  152. * +------+------+------+------+------| +------+------+------+------+------|
  153. * | Z | | | | | ,------. ,------. |MClick| | | | |
  154. * +------+------+------+------+------| | Bksp | |RClick| +------+------+------+------+------|
  155. * | | _GA | | Shift| Space| | | | | |LClick| | | | |
  156. * `----------------------------------' `------' `------' `----------------------------------'
  157. *
  158. */
  159. [_GA] = KEYMAP( /* Gaming */
  160. _______, _______, _______, _______, _______, _______, KC_WH_U, KC_MS_U, KC_WH_D, _______,
  161. _______, _______, _______, _______, _______, _______, KC_MS_L, KC_MS_D, KC_MS_R, _______,
  162. KC_Z, _______, _______, _______, _______, KC_BTN3, _______, KC_MS_D, _______, _______,
  163. _______, TG(_GA), _______, KC_LSFT, KC_SPC, KC_BSPC, KC_BTN2, KC_BTN1, _______, _______, _______, _______
  164. )};
  165. /*
  166. * Template
  167. *
  168. * ,----------------------------------. ,----------------------------------.
  169. * | | | | | | | | | | | |
  170. * +------+------+------+------+------| +------+------+------+------+------|
  171. * | | | | | | | | | | | |
  172. * +------+------+------+------+------| +------+------+------+------+------|
  173. * | | | | | | ,------. ,------. | | | | | |
  174. * +------+------+------+------+------| | | | | +------+------+------+------+------|
  175. * | | | | | | | | | | | | | | | |
  176. * `----------------------------------' `------' `------' `----------------------------------'
  177. *
  178. */
  179. const uint16_t PROGMEM fn_actions[] = {
  180. };
  181. const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
  182. {
  183. // MACRODOWN only works in this function
  184. switch(id) {
  185. case 0:
  186. if (record->event.pressed) {
  187. register_code(KC_RSFT);
  188. } else {
  189. unregister_code(KC_RSFT);
  190. }
  191. break;
  192. }
  193. return MACRO_NONE;
  194. };