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