diff options
| author | Gabriel Young <gabeplaysdrums@live.com> | 2017-02-18 06:19:48 -0800 |
|---|---|---|
| committer | Gabriel Young <gabeplaysdrums@live.com> | 2017-02-19 16:43:43 -0800 |
| commit | 5e6097f0154403dccb9b5658390c84441aa509bc (patch) | |
| tree | bb30ba2e37e2b867c2ff4b267e9b49a257f29c06 /quantum/quantum_keycodes.h | |
| parent | dd8f8e6baeb1549735403edf2a2f04f07edb4bf2 (diff) | |
| download | qmk_firmware-5e6097f0154403dccb9b5658390c84441aa509bc.tar.gz qmk_firmware-5e6097f0154403dccb9b5658390c84441aa509bc.zip | |
add keycodes for transpose range
Diffstat (limited to 'quantum/quantum_keycodes.h')
| -rw-r--r-- | quantum/quantum_keycodes.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 4423d25ef..30cc9abdb 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
| @@ -183,6 +183,24 @@ enum quantum_keycodes { | |||
| 183 | MI_OCTD, // octave down | 183 | MI_OCTD, // octave down |
| 184 | MI_OCTU, // octave up | 184 | MI_OCTU, // octave up |
| 185 | 185 | ||
| 186 | MIDI_TRANSPOSE_MIN, | ||
| 187 | MI_TRNS_N6 = MIDI_TRANSPOSE_MIN, | ||
| 188 | MI_TRNS_N5, | ||
| 189 | MI_TRNS_N4, | ||
| 190 | MI_TRNS_N3, | ||
| 191 | MI_TRNS_N2, | ||
| 192 | MI_TRNS_N1, | ||
| 193 | MI_TRNS_0, | ||
| 194 | MI_TRNS_1, | ||
| 195 | MI_TRNS_2, | ||
| 196 | MI_TRNS_3, | ||
| 197 | MI_TRNS_4, | ||
| 198 | MI_TRNS_5, | ||
| 199 | MI_TRNS_6, | ||
| 200 | MIDI_TRANSPOSE_MAX = MI_TRNS_6, | ||
| 201 | MI_TRNSD, // transpose down | ||
| 202 | MI_TRNSU, // transpose up | ||
| 203 | |||
| 186 | MIDI_VELOCITY_MIN, | 204 | MIDI_VELOCITY_MIN, |
| 187 | MI_VEL_1 = MIDI_VELOCITY_MIN, | 205 | MI_VEL_1 = MIDI_VELOCITY_MIN, |
| 188 | MI_VEL_2, | 206 | MI_VEL_2, |
