keymap.c 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. /* Copyright 2015-2017 Jack Humbert
  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 "action_layer.h"
  18. #include "muse.h"
  19. #include "keymap_slovenian.h"
  20. extern keymap_config_t keymap_config;
  21. enum planck_layers {
  22. _QWERTY,
  23. _LOWER,
  24. _RAISE,
  25. _ADJUST,
  26. _ALTGR,
  27. _CAPS,
  28. _MEMA,
  29. _CARON
  30. };
  31. enum planck_keycodes {
  32. QWERTY = SAFE_RANGE,
  33. };
  34. #define LOWER MO(_LOWER)
  35. #define RAISE MO(_RAISE)
  36. #define CAPS MO(_CAPS)
  37. #define ALTGR MO(_ALTGR)
  38. #define MEMA MO(_MEMA)
  39. #define CARON LT(_CARON, SI_QOT)
  40. const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  41. /* Qwerty
  42. * ,-----------------------------------------------------------------------------------.
  43. * | Tab | Q | W | E | R | T | Z | U | I | O | P | Bksp |
  44. * |------+------+------+------+------+-------------+------+------+------+------+------|
  45. * | CAPS | A | S | D | F | G | H | J | K | L | ; | " |
  46. * |------+------+------+------+------+------|------+------+------+------+------+------|
  47. * | Shift| Y | X | C | V | B | N | M | , | . | / |Enter |
  48. * |------+------+------+------+------+------+------+------+------+------+------+------|
  49. * | Ctrl | GUI | Alt | GUI |Lower | Space |Raise | Left | Down | Up |Right |
  50. * `-----------------------------------------------------------------------------------'
  51. */
  52. [_QWERTY] = LAYOUT_planck_grid(
  53. KC_TAB, SI_Q, SI_W, SI_E, SI_R, SI_T, SI_Z, SI_U, SI_I, SI_O, SI_P, KC_BSPC,
  54. CAPS, SI_A, SI_S, SI_D, SI_F, SI_G, SI_H, SI_J, SI_K, SI_L, CARON, KC_ENT,
  55. KC_LSFT, SI_Y, SI_X, SI_C, SI_V, SI_B, SI_N, SI_M, SI_COMM, SI_DOT, SI_MINS, KC_RSFT ,
  56. KC_LCTL, KC_LALT, KC_LALT, KC_LGUI, LOWER, KC_SPC, KC_SPC, RAISE, ALTGR, MEMA, KC_F12, KC_F5
  57. ),
  58. /* Lower
  59. * ,-----------------------------------------------------------------------------------.
  60. * | ~ | ! | " | # | $ | % | & | / | ( | ) | = | Bksp |
  61. * |------+------+------+------+------+-------------+------+------+------+------+------|
  62. * | Del | F1 | F2 | F3 | F4 | F5 | F6 | _ | + | { | } | | |
  63. * |------+------+------+------+------+------|------+------+------+------+------+------|
  64. * | | F7 | F8 | F9 | F10 | F11 | F12 |ISO ~ |ISO | | Home | End | |
  65. * |------+------+------+------+------+------+------+------+------+------+------+------|
  66. * | | | | | | | | Next | Vol- | Vol+ | Play |
  67. * `-----------------------------------------------------------------------------------'
  68. */
  69. [_LOWER] = LAYOUT_planck_grid(
  70. SI_TILD, SI_EXLM, SI_DQOT, KC_HASH, SI_DLR, SI_PERC, SI_AMPR, SI_SLSH, SI_LPRN, SI_RPRN, SI_EQL, _______,
  71. KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_MINS, KC_PPLS, KC_ENT,
  72. _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, S(KC_NUHS), S(KC_NUBS), KC_HOME, KC_END, _______,
  73. _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
  74. ),
  75. /* Raise
  76. * ,-----------------------------------------------------------------------------------.
  77. * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp |
  78. * |------+------+------+------+------+-------------+------+------+------+------+------|
  79. * | Del | F1 | F2 | F3 | F4 | F5 | F6 | - | = | [ | ] | \ |
  80. * |------+------+------+------+------+------|------+------+------+------+------+------|
  81. * | | F7 | F8 | F9 | F10 | F11 | F12 |ISO # |ISO / |Pg Up |Pg Dn | |
  82. * |------+------+------+------+------+------+------+------+------+------+------+------|
  83. * | | | | | | | | Next | Vol- | Vol+ | Play |
  84. * `-----------------------------------------------------------------------------------'
  85. */
  86. [_RAISE] = LAYOUT_planck_grid(
  87. KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC,
  88. KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS,
  89. _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NUHS, KC_NUBS, KC_PGUP, KC_PGDN, _______,
  90. _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
  91. ),
  92. /* Adjust (Lower + Raise)
  93. * ,-----------------------------------------------------------------------------------.
  94. * | | Reset| | | | | | | | | | Del |
  95. * |------+------+------+------+------+-------------+------+------+------+------+------|
  96. * | | | |Aud on|Audoff|AGnorm|AGswap|Qwerty| | | | |
  97. * |------+------+------+------+------+------|------+------+------+------+------+------|
  98. * | |Voice-|Voice+|Mus on|Musoff|MIDIon|MIDIof| | | | | |
  99. * |------+------+------+------+------+------+------+------+------+------+------+------|
  100. * | | | | | | | | | | | |
  101. * `-----------------------------------------------------------------------------------'
  102. */
  103. [_ADJUST] = LAYOUT_planck_grid(
  104. _______, RESET, DEBUG, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, KC_DEL ,
  105. _______, _______, MU_MOD, AU_ON, AU_OFF, AG_NORM, AG_SWAP, QWERTY, _______, _______, _______, _______,
  106. _______, MUV_DE, MUV_IN, MU_ON, MU_OFF, MI_ON, MI_OFF, TERM_ON, TERM_OFF, _______, _______, _______,
  107. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
  108. ),
  109. [_ALTGR] = LAYOUT_planck_grid(
  110. _______, ALTG(KC_Q), ALTG(KC_W), ALTG(KC_E), _______, _______, _______, _______, _______, _______, _______, _______,
  111. _______, _______, _______, _______, ALTG(KC_F), ALTG(KC_G), _______, _______, _______, _______, _______, _______,
  112. _______, _______, _______, _______, ALTG(KC_V), ALTG(KC_B), ALTG(KC_N), _______, ALTG(KC_COMM), ALTG(KC_DOT), _______, _______ ,
  113. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
  114. ),
  115. [_CAPS] = LAYOUT_planck_grid(
  116. KC_ESC , KC_BSPC, KC_UP , KC_DEL , _______, _______, _______, _______, _______, _______, _______, KC_DEL ,
  117. _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, _______, _______, _______,
  118. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
  119. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
  120. ),
  121. [_MEMA] = LAYOUT_planck_grid(
  122. _______, _______, _______, _______, _______, _______, _______, KC_MPRV, KC_MNXT, KC_VOLD, KC_MPLY, KC_VOLU,
  123. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
  124. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
  125. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
  126. ),
  127. [_CARON] = LAYOUT_planck_grid(
  128. _______, _______, _______, _______, _______, _______, SI_ZV , _______, _______, _______, _______, _______,
  129. _______, _______, SI_SV, _______, _______, _______, _______, _______, _______, _______, _______, _______,
  130. _______, _______, _______, SI_CV, _______, _______, _______, _______, _______, _______, _______, _______,
  131. _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
  132. ),
  133. };
  134. #ifdef AUDIO_ENABLE
  135. float plover_song[][2] = SONG(PLOVER_SOUND);
  136. float plover_gb_song[][2] = SONG(PLOVER_GOODBYE_SOUND);
  137. #endif
  138. uint32_t layer_state_set_user(uint32_t state) {
  139. return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST);
  140. }
  141. bool muse_mode = false;
  142. uint8_t last_muse_note = 0;
  143. uint16_t muse_counter = 0;
  144. uint8_t muse_offset = 70;
  145. uint16_t muse_tempo = 50;
  146. void encoder_update(bool clockwise) {
  147. if (muse_mode) {
  148. if (IS_LAYER_ON(_RAISE)) {
  149. if (clockwise) {
  150. muse_offset++;
  151. } else {
  152. muse_offset--;
  153. }
  154. } else {
  155. if (clockwise) {
  156. muse_tempo+=1;
  157. } else {
  158. muse_tempo-=1;
  159. }
  160. }
  161. } else {
  162. if (clockwise) {
  163. register_code(KC_PGDN);
  164. unregister_code(KC_PGDN);
  165. } else {
  166. register_code(KC_PGUP);
  167. unregister_code(KC_PGUP);
  168. }
  169. }
  170. }
  171. void dip_update(uint8_t index, bool active) {
  172. switch (index) {
  173. case 0:
  174. if (active) {
  175. #ifdef AUDIO_ENABLE
  176. PLAY_SONG(plover_song);
  177. #endif
  178. layer_on(_ADJUST);
  179. } else {
  180. #ifdef AUDIO_ENABLE
  181. PLAY_SONG(plover_gb_song);
  182. #endif
  183. layer_off(_ADJUST);
  184. }
  185. break;
  186. case 1:
  187. if (active) {
  188. muse_mode = true;
  189. } else {
  190. muse_mode = false;
  191. #ifdef AUDIO_ENABLE
  192. stop_all_notes();
  193. #endif
  194. }
  195. }
  196. }
  197. void matrix_scan_user(void) {
  198. #ifdef AUDIO_ENABLE
  199. if (muse_mode) {
  200. if (muse_counter == 0) {
  201. uint8_t muse_note = muse_offset + SCALE[muse_clock_pulse()];
  202. if (muse_note != last_muse_note) {
  203. stop_note(compute_freq_for_midi_note(last_muse_note));
  204. play_note(compute_freq_for_midi_note(muse_note), 0xF);
  205. last_muse_note = muse_note;
  206. }
  207. }
  208. muse_counter = (muse_counter + 1) % muse_tempo;
  209. }
  210. #endif
  211. }
  212. bool music_mask_user(uint16_t keycode) {
  213. switch (keycode) {
  214. case RAISE:
  215. case LOWER:
  216. return false;
  217. default:
  218. return true;
  219. }
  220. }