2
0

keymap.c 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. /* Copyright 2019 Christoffer Holmberg
  2. *
  3. * This program is free software: you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License as published by
  5. * the Free Software Foundation, either version 2 of the License, or
  6. * (at your option) any later version.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. *
  13. * You should have received a copy of the GNU General Public License
  14. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. #include QMK_KEYBOARD_H
  17. #include "keymap_swedish.h"
  18. extern keymap_config_t keymap_config;
  19. // Each layer gets a name for readability, which is then used in the keymap matrix below.
  20. // The underscores don't mean anything - you can have a layer called STUFF or any other name.
  21. // Layer names don't all need to be of the same length, obviously, and you can also skip them
  22. // entirely and just use numbers.
  23. #define BASE 0
  24. #define SYMB 1
  25. #define MDIA 2
  26. #define ARRW 3
  27. #define _ADJUST 16
  28. #define CT_APOS CTL_T(NO_APOS)
  29. #define CT_TILD CTL_T(NO_TILD)
  30. #define MD_OSLH LT(MDIA, NO_OSLH)
  31. #define SM_AE LT(SYMB, NO_AE)
  32. #define NO_LT NO_LESS
  33. #define NO_GT LSFT(NO_LESS)
  34. enum custom_keycodes {
  35. PLACEHOLDER = SAFE_RANGE,
  36. ADJUST,
  37. DVORAK,
  38. COLEMAK,
  39. QWERTY
  40. };
  41. const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  42. /* Base layer
  43. * ,-----------------------------------------. .-----------------------------------------.
  44. * | Esc | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | + |
  45. * |------+------+------+------+------+------+ +------+------+------+------+------+------|
  46. * | Tab | Q | W | E | R | T | | Y | U | I | O | P | Å |
  47. * |------+------+------+------+------+------| |------+------+------+------+------+------|
  48. * | ARRW | A | S | D | F | G | | H | J | K | L | Ö | Ä |
  49. * |------+------+------+------+------+------| |------+------+------+------+------+------|
  50. * |Shift(| Z | X | C | V | B | | N | M | , | . | - |)Shift|
  51. * |------+------+------+------+------+------+ +------+------+------+------+------+------|
  52. * |'/Ctrl| ´ | Alt | Bsp |Space | Win | | Entr | Space| Bsb | AlGr | * |Ctrl/¨|
  53. * `-----------------------------------------' '-----------------------------------------'
  54. */
  55. [BASE] = LAYOUT( \
  56. // LEFT HAND RIGHT HAND
  57. KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, NO_PLUS, \
  58. KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, NO_AA, \
  59. MO(ARRW), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, MD_OSLH, SM_AE, \
  60. KC_LSPO, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, NO_MINS, KC_RSPC, \
  61. CT_APOS, NO_ACUT, KC_LALT, KC_BSPC, KC_SPC, KC_LGUI, KC_ENT, KC_SPC, KC_BSPC, KC_ALGR, NO_ASTR, CT_TILD \
  62. ),
  63. /* Symbols layer
  64. * ,-----------------------------------------. .-----------------------------------------.
  65. * | | F1 | F2 | F3 | F4 | F5 | | F6 | F7 | F8 | F9 | F10 | F11 |
  66. * |------+------+------+------+------+------+ +------+------+------+------+------+------|
  67. * | | ! | @ | { | } | | | | Up | 7 | 8 | 9 | * | F12 |
  68. * |------+------+------+------+------+------| |------+------+------+------+------+------|
  69. * | | # | $ | ( | ) | ` | | Down | 4 | 5 | 6 | + | |
  70. * |------+------+------+------+------+------| |------+------+------+------+------+------|
  71. * | | % | ^ | [ | ] | ~ | | & | 1 | 2 | 3 | - | |
  72. * |------+------+------+------+------+------+ +------+------+------+------+------+------|
  73. * | | | | < | > | | | | | . | 0 | = | |
  74. * `-----------------------------------------' '-----------------------------------------'
  75. */
  76. [SYMB] = LAYOUT( \
  77. _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, \
  78. _______, KC_EXLM, NO_AT, NO_LCBR, NO_RCBR, NO_PIPE, KC_UP, KC_7, KC_8, KC_9, NO_ASTR, KC_F12, \
  79. _______, KC_HASH, NO_DLR, NO_LPRN, NO_RPRN, NO_GRV, KC_DOWN, KC_4, KC_5, KC_6, NO_PLUS, _______, \
  80. _______, KC_PERC, NO_CIRC, NO_LBRC, NO_RBRC, NO_TILD, NO_AMPR, KC_1, KC_2, KC_3, NO_MINS, _______, \
  81. _______, _______, _______, NO_LT, NO_GT, _______, _______, _______, KC_DOT, KC_0, NO_EQL, _______ \
  82. ),
  83. /* Media layer
  84. * ,-----------------------------------------. .-----------------------------------------.
  85. * | | | | | | | | | | | | | |
  86. * |------+------+------+------+------+------+ +------+------+------+------+------+------|
  87. * | | | | | | | | | | | | | |
  88. * |------+------+------+------+------+------| |------+------+------+------+------+------|
  89. * | | | | | | | | | | | | | |
  90. * |------+------+------+------+------+------| |------+------+------+------+------+------|
  91. * | | | | | | | | | | | | | |
  92. * |------+------+------+------+------+------+ +------+------+------+------+------+------|
  93. * | | | | | | | | | | | | | |
  94. * `-----------------------------------------' '-----------------------------------------'
  95. */
  96. [MDIA] = LAYOUT( \
  97. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
  98. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
  99. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
  100. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
  101. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ \
  102. ),
  103. /* Arrow layer
  104. * ,-----------------------------------------. .-----------------------------------------.
  105. * | | | | | | | | | | | | | PgUp |
  106. * |------+------+------+------+------+------+ +------+------+------+------+------+------|
  107. * | | | Up | | | | | | | | | | PgDn |
  108. * |------+------+------+------+------+------| |------+------+------+------+------+------|
  109. * | | Left | Down | Right| | | | | | | | | |
  110. * |------+------+------+------+------+------| |------+------+------+------+------+------|
  111. * | | | | | | | | | | | | | |
  112. * |------+------+------+------+------+------+ +------+------+------+------+------+------|
  113. * | | | | Del | | | | | | | | | |
  114. * `-----------------------------------------' '-----------------------------------------'
  115. */
  116. [ARRW] = LAYOUT( \
  117. NO_HALF, _______, _______, _______ , _______, _______, _______, _______, _______, _______, _______, KC_PGUP, \
  118. _______, _______, KC_UP , _______ , _______, _______, _______, _______, _______, _______, _______, KC_PGDN, \
  119. _______, KC_LEFT, KC_DOWN, KC_RIGHT, _______, _______, _______, _______, _______, _______, _______, _______, \
  120. _______, _______, _______, _______ , _______, _______, _______, _______, _______, _______, _______, _______, \
  121. _______, _______, _______, KC_DEL , _______, _______, _______, _______, _______, _______, _______, _______ \
  122. ),
  123. /* Adjust ()
  124. * ,-----------------------------------------. .-----------------------------------------.
  125. * | | | | | | | | | | | | | |
  126. * |------+------+------+------+------+------+ +------+------+------+------+------+------|
  127. * | | Reset|RGB Tg|RGB Md|Hue Up|Hue Dn| |Sat Up|Sat Dn|Val Up|Val Dn| | |
  128. * |------+------+------+------+------+------+ +------+------+------+------+------+------|
  129. * | | | |Aud on|Audoff|AGnorm| |AGswap|Qwerty|Colemk|Dvorak| | |
  130. * |------+------+------+------+------+------| |------+------+------+------+------+------|
  131. * | | | | | | | | | | | | | |
  132. * |------+------+------+------+------+------+ +------+------+------+------+------+------|
  133. * | | | | | | | | | | | | | |
  134. * `-----------------------------------------' '-----------------------------------------'
  135. */
  136. [_ADJUST] = LAYOUT( \
  137. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
  138. _______, RESET , RGB_TOG, RGB_MOD, RGB_HUD, RGB_HUI, RGB_SAD, RGB_SAI, RGB_VAD, RGB_VAI, _______, _______, \
  139. _______, _______, _______, AU_ON, AU_OFF, AG_NORM, AG_SWAP, QWERTY, COLEMAK, DVORAK, _______, _______, \
  140. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
  141. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ \
  142. )
  143. };
  144. bool process_record_user(uint16_t keycode, keyrecord_t *record) {
  145. switch (keycode) {
  146. case ADJUST:
  147. if (record->event.pressed) {
  148. layer_on(_ADJUST);
  149. } else {
  150. layer_off(_ADJUST);
  151. }
  152. return false;
  153. break;
  154. }
  155. return true;
  156. }