]> git.donarmstrong.com Git - qmk_firmware.git/blob - quantum/keymap_midi.h
Implements subprojects and updates projects for this (#459)
[qmk_firmware.git] / quantum / keymap_midi.h
1 /*
2 Copyright 2015 Jack Humbert <jack.humb@gmail.com>
3
4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 2 of the License, or
7 (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 */
17
18 #ifndef KEYMAP_MIDI_H
19 #define KEYMAP_MIDI_H
20
21 #include <lufa.h>
22
23 #define MIDI(n) ((n) | 0x6000)
24 #define MIDI12 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000
25
26 #define CHNL(note, channel) (note + (channel << 8))
27
28 #define SCALE (int8_t []){ 0 + (12*0), 2 + (12*0), 4 + (12*0), 5 + (12*0), 7 + (12*0), 9 + (12*0), 11 + (12*0), \
29                            0 + (12*1), 2 + (12*1), 4 + (12*1), 5 + (12*1), 7 + (12*1), 9 + (12*1), 11 + (12*1), \
30                            0 + (12*2), 2 + (12*2), 4 + (12*2), 5 + (12*2), 7 + (12*2), 9 + (12*2), 11 + (12*2), \
31                            0 + (12*3), 2 + (12*3), 4 + (12*3), 5 + (12*3), 7 + (12*3), 9 + (12*3), 11 + (12*3), \
32                            0 + (12*4), 2 + (12*4), 4 + (12*4), 5 + (12*4), 7 + (12*4), 9 + (12*4), 11 + (12*4), }
33
34 #define N_CN1  (0x600C + (12 * -1) + 0 )
35 #define N_CN1S (0x600C + (12 * -1) + 1 )
36 #define N_DN1F (0x600C + (12 * -1) + 1 )
37 #define N_DN1  (0x600C + (12 * -1) + 2 )
38 #define N_DN1S (0x600C + (12 * -1) + 3 )
39 #define N_EN1F (0x600C + (12 * -1) + 3 )
40 #define N_EN1  (0x600C + (12 * -1) + 4 )
41 #define N_FN1  (0x600C + (12 * -1) + 5 )
42 #define N_FN1S (0x600C + (12 * -1) + 6 )
43 #define N_GN1F (0x600C + (12 * -1) + 6 )
44 #define N_GN1  (0x600C + (12 * -1) + 7 )
45 #define N_GN1S (0x600C + (12 * -1) + 8 )
46 #define N_AN1F (0x600C + (12 * -1) + 8 )
47 #define N_AN1  (0x600C + (12 * -1) + 9 )
48 #define N_AN1S (0x600C + (12 * -1) + 10)
49 #define N_BN1F (0x600C + (12 * -1) + 10)
50 #define N_BN1  (0x600C + (12 * -1) + 11)
51 #define N_C0   (0x600C + (12 *  0) + 0 )
52 #define N_C0S  (0x600C + (12 *  0) + 1 )
53 #define N_D0F  (0x600C + (12 *  0) + 1 )
54 #define N_D0   (0x600C + (12 *  0) + 2 )
55 #define N_D0S  (0x600C + (12 *  0) + 3 )
56 #define N_E0F  (0x600C + (12 *  0) + 3 )
57 #define N_E0   (0x600C + (12 *  0) + 4 )
58 #define N_F0   (0x600C + (12 *  0) + 5 )
59 #define N_F0S  (0x600C + (12 *  0) + 6 )
60 #define N_G0F  (0x600C + (12 *  0) + 6 )
61 #define N_G0   (0x600C + (12 *  0) + 7 )
62 #define N_G0S  (0x600C + (12 *  0) + 8 )
63 #define N_A0F  (0x600C + (12 *  0) + 8 )
64 #define N_A0   (0x600C + (12 *  0) + 9 )
65 #define N_A0S  (0x600C + (12 *  0) + 10)
66 #define N_B0F  (0x600C + (12 *  0) + 10)
67 #define N_B0   (0x600C + (12 *  0) + 11)
68 #define N_C1   (0x600C + (12 *  1) + 0 )
69 #define N_C1S  (0x600C + (12 *  1) + 1 )
70 #define N_D1F  (0x600C + (12 *  1) + 1 )
71 #define N_D1   (0x600C + (12 *  1) + 2 )
72 #define N_D1S  (0x600C + (12 *  1) + 3 )
73 #define N_E1F  (0x600C + (12 *  1) + 3 )
74 #define N_E1   (0x600C + (12 *  1) + 4 )
75 #define N_F1   (0x600C + (12 *  1) + 5 )
76 #define N_F1S  (0x600C + (12 *  1) + 6 )
77 #define N_G1F  (0x600C + (12 *  1) + 6 )
78 #define N_G1   (0x600C + (12 *  1) + 7 )
79 #define N_G1S  (0x600C + (12 *  1) + 8 )
80 #define N_A1F  (0x600C + (12 *  1) + 8 )
81 #define N_A1   (0x600C + (12 *  1) + 9 )
82 #define N_A1S  (0x600C + (12 *  1) + 10)
83 #define N_B1F  (0x600C + (12 *  1) + 10)
84 #define N_B1   (0x600C + (12 *  1) + 11)
85 #define N_C2   (0x600C + (12 *  2) + 0 )
86 #define N_C2S  (0x600C + (12 *  2) + 1 )
87 #define N_D2F  (0x600C + (12 *  2) + 1 )
88 #define N_D2   (0x600C + (12 *  2) + 2 )
89 #define N_D2S  (0x600C + (12 *  2) + 3 )
90 #define N_E2F  (0x600C + (12 *  2) + 3 )
91 #define N_E2   (0x600C + (12 *  2) + 4 )
92 #define N_F2   (0x600C + (12 *  2) + 5 )
93 #define N_F2S  (0x600C + (12 *  2) + 6 )
94 #define N_G2F  (0x600C + (12 *  2) + 6 )
95 #define N_G2   (0x600C + (12 *  2) + 7 )
96 #define N_G2S  (0x600C + (12 *  2) + 8 )
97 #define N_A2F  (0x600C + (12 *  2) + 8 )
98 #define N_A2   (0x600C + (12 *  2) + 9 )
99 #define N_A2S  (0x600C + (12 *  2) + 10)
100 #define N_B2F  (0x600C + (12 *  2) + 10)
101 #define N_B2   (0x600C + (12 *  2) + 11)
102 #define N_C3   (0x600C + (12 *  3) + 0 )
103 #define N_C3S  (0x600C + (12 *  3) + 1 )
104 #define N_D3F  (0x600C + (12 *  3) + 1 )
105 #define N_D3   (0x600C + (12 *  3) + 2 )
106 #define N_D3S  (0x600C + (12 *  3) + 3 )
107 #define N_E3F  (0x600C + (12 *  3) + 3 )
108 #define N_E3   (0x600C + (12 *  3) + 4 )
109 #define N_F3   (0x600C + (12 *  3) + 5 )
110 #define N_F3S  (0x600C + (12 *  3) + 6 )
111 #define N_G3F  (0x600C + (12 *  3) + 6 )
112 #define N_G3   (0x600C + (12 *  3) + 7 )
113 #define N_G3S  (0x600C + (12 *  3) + 8 )
114 #define N_A3F  (0x600C + (12 *  3) + 8 )
115 #define N_A3   (0x600C + (12 *  3) + 9 )
116 #define N_A3S  (0x600C + (12 *  3) + 10)
117 #define N_B3F  (0x600C + (12 *  3) + 10)
118 #define N_B3   (0x600C + (12 *  3) + 11)
119 #define N_C4   (0x600C + (12 *  4) + 0 )
120 #define N_C4S  (0x600C + (12 *  4) + 1 )
121 #define N_D4F  (0x600C + (12 *  4) + 1 )
122 #define N_D4   (0x600C + (12 *  4) + 2 )
123 #define N_D4S  (0x600C + (12 *  4) + 3 )
124 #define N_E4F  (0x600C + (12 *  4) + 3 )
125 #define N_E4   (0x600C + (12 *  4) + 4 )
126 #define N_F4   (0x600C + (12 *  4) + 5 )
127 #define N_F4S  (0x600C + (12 *  4) + 6 )
128 #define N_G4F  (0x600C + (12 *  4) + 6 )
129 #define N_G4   (0x600C + (12 *  4) + 7 )
130 #define N_G4S  (0x600C + (12 *  4) + 8 )
131 #define N_A4F  (0x600C + (12 *  4) + 8 )
132 #define N_A4   (0x600C + (12 *  4) + 9 )
133 #define N_A4S  (0x600C + (12 *  4) + 10)
134 #define N_B4F  (0x600C + (12 *  4) + 10)
135 #define N_B4   (0x600C + (12 *  4) + 11)
136 #define N_C5   (0x600C + (12 *  5) + 0 )
137 #define N_C5S  (0x600C + (12 *  5) + 1 )
138 #define N_D5F  (0x600C + (12 *  5) + 1 )
139 #define N_D5   (0x600C + (12 *  5) + 2 )
140 #define N_D5S  (0x600C + (12 *  5) + 3 )
141 #define N_E5F  (0x600C + (12 *  5) + 3 )
142 #define N_E5   (0x600C + (12 *  5) + 4 )
143 #define N_F5   (0x600C + (12 *  5) + 5 )
144 #define N_F5S  (0x600C + (12 *  5) + 6 )
145 #define N_G5F  (0x600C + (12 *  5) + 6 )
146 #define N_G5   (0x600C + (12 *  5) + 7 )
147 #define N_G5S  (0x600C + (12 *  5) + 8 )
148 #define N_A5F  (0x600C + (12 *  5) + 8 )
149 #define N_A5   (0x600C + (12 *  5) + 9 )
150 #define N_A5S  (0x600C + (12 *  5) + 10)
151 #define N_B5F  (0x600C + (12 *  5) + 10)
152 #define N_B5   (0x600C + (12 *  5) + 11)
153 #define N_C6   (0x600C + (12 *  6) + 0 )
154 #define N_C6S  (0x600C + (12 *  6) + 1 )
155 #define N_D6F  (0x600C + (12 *  6) + 1 )
156 #define N_D6   (0x600C + (12 *  6) + 2 )
157 #define N_D6S  (0x600C + (12 *  6) + 3 )
158 #define N_E6F  (0x600C + (12 *  6) + 3 )
159 #define N_E6   (0x600C + (12 *  6) + 4 )
160 #define N_F6   (0x600C + (12 *  6) + 5 )
161 #define N_F6S  (0x600C + (12 *  6) + 6 )
162 #define N_G6F  (0x600C + (12 *  6) + 6 )
163 #define N_G6   (0x600C + (12 *  6) + 7 )
164 #define N_G6S  (0x600C + (12 *  6) + 8 )
165 #define N_A6F  (0x600C + (12 *  6) + 8 )
166 #define N_A6   (0x600C + (12 *  6) + 9 )
167 #define N_A6S  (0x600C + (12 *  6) + 10)
168 #define N_B6F  (0x600C + (12 *  6) + 10)
169 #define N_B6   (0x600C + (12 *  6) + 11)
170 #define N_C7   (0x600C + (12 *  7) + 0 )
171 #define N_C7S  (0x600C + (12 *  7) + 1 )
172 #define N_D7F  (0x600C + (12 *  7) + 1 )
173 #define N_D7   (0x600C + (12 *  7) + 2 )
174 #define N_D7S  (0x600C + (12 *  7) + 3 )
175 #define N_E7F  (0x600C + (12 *  7) + 3 )
176 #define N_E7   (0x600C + (12 *  7) + 4 )
177 #define N_F7   (0x600C + (12 *  7) + 5 )
178 #define N_F7S  (0x600C + (12 *  7) + 6 )
179 #define N_G7F  (0x600C + (12 *  7) + 6 )
180 #define N_G7   (0x600C + (12 *  7) + 7 )
181 #define N_G7S  (0x600C + (12 *  7) + 8 )
182 #define N_A7F  (0x600C + (12 *  7) + 8 )
183 #define N_A7   (0x600C + (12 *  7) + 9 )
184 #define N_A7S  (0x600C + (12 *  7) + 10)
185 #define N_B7F  (0x600C + (12 *  7) + 10)
186 #define N_B7   (0x600C + (12 *  7) + 11)
187 #define N_C8   (0x600C + (12 *  8) + 0 )
188 #define N_C8S  (0x600C + (12 *  8) + 1 )
189 #define N_D8F  (0x600C + (12 *  8) + 1 )
190 #define N_D8   (0x600C + (12 *  8) + 2 )
191 #define N_D8S  (0x600C + (12 *  8) + 3 )
192 #define N_E8F  (0x600C + (12 *  8) + 3 )
193 #define N_E8   (0x600C + (12 *  8) + 4 )
194 #define N_F8   (0x600C + (12 *  8) + 5 )
195 #define N_F8S  (0x600C + (12 *  8) + 6 )
196 #define N_G8F  (0x600C + (12 *  8) + 6 )
197 #define N_G8   (0x600C + (12 *  8) + 7 )
198 #define N_G8S  (0x600C + (12 *  8) + 8 )
199 #define N_A8F  (0x600C + (12 *  8) + 8 )
200 #define N_A8   (0x600C + (12 *  8) + 9 )
201 #define N_A8S  (0x600C + (12 *  8) + 10)
202 #define N_B8F  (0x600C + (12 *  8) + 10)
203 #define N_B8   (0x600C + (12 *  8) + 11)
204 #define N_C8   (0x600C + (12 *  8) + 0 )
205 #define N_C8S  (0x600C + (12 *  8) + 1 )
206 #define N_D8F  (0x600C + (12 *  8) + 1 )
207 #define N_D8   (0x600C + (12 *  8) + 2 )
208 #define N_D8S  (0x600C + (12 *  8) + 3 )
209 #define N_E8F  (0x600C + (12 *  8) + 3 )
210 #define N_E8   (0x600C + (12 *  8) + 4 )
211 #define N_F8   (0x600C + (12 *  8) + 5 )
212 #define N_F8S  (0x600C + (12 *  8) + 6 )
213 #define N_G8F  (0x600C + (12 *  8) + 6 )
214 #define N_G8   (0x600C + (12 *  8) + 7 )
215 #define N_G8S  (0x600C + (12 *  8) + 8 )
216 #define N_A8F  (0x600C + (12 *  8) + 8 )
217 #define N_A8   (0x600C + (12 *  8) + 9 )
218 #define N_A8S  (0x600C + (12 *  8) + 10)
219 #define N_B8F  (0x600C + (12 *  8) + 10)
220 #define N_B8   (0x600C + (12 *  8) + 11)
221
222 #endif