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