diff options
author | Gabriel Young <gabeplaysdrums@live.com> | 2017-02-18 04:25:17 -0800 |
---|---|---|
committer | Gabriel Young <gabeplaysdrums@live.com> | 2017-02-19 16:42:45 -0800 |
commit | 7c5e510fe2e57d1b3c0f98612f1f89d413c07525 (patch) | |
tree | 18173d946d91e90c796334b51868df520debbcb7 /quantum/quantum_keycodes.h | |
parent | f67aefc522dd8b72711e7fc5280e1cae1470d1c5 (diff) | |
download | qmk_firmware-7c5e510fe2e57d1b3c0f98612f1f89d413c07525.tar.gz qmk_firmware-7c5e510fe2e57d1b3c0f98612f1f89d413c07525.zip |
add support for pedal cc messages
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index a024a9639..f2b9509b5 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -109,8 +109,6 @@ enum quantum_keycodes { | |||
109 | 109 | ||
110 | #ifdef MIDI_ENABLE | 110 | #ifdef MIDI_ENABLE |
111 | // Midi | 111 | // Midi |
112 | MIDI_ON, | ||
113 | MIDI_OFF, | ||
114 | 112 | ||
115 | MIDI_TONE_MIN, | 113 | MIDI_TONE_MIN, |
116 | 114 | ||
@@ -221,7 +219,13 @@ enum quantum_keycodes { | |||
221 | MI_CHD, // previous channel | 219 | MI_CHD, // previous channel |
222 | MI_CHU, // next channel | 220 | MI_CHU, // next channel |
223 | 221 | ||
222 | MI_OFF, // all notes off | ||
223 | |||
224 | MI_SUS, // sustain | 224 | MI_SUS, // sustain |
225 | MI_PORT, // portamento | ||
226 | MI_SOST, // sostenuto | ||
227 | MI_SOFT, // soft | ||
228 | MI_LEG, // legato | ||
225 | #endif | 229 | #endif |
226 | 230 | ||
227 | // Backlight functionality | 231 | // Backlight functionality |
@@ -394,9 +398,6 @@ enum quantum_keycodes { | |||
394 | #define BL_ON BL_9 | 398 | #define BL_ON BL_9 |
395 | #define BL_OFF BL_0 | 399 | #define BL_OFF BL_0 |
396 | 400 | ||
397 | #define MI_ON MIDI_ON | ||
398 | #define MI_OFF MIDI_OFF | ||
399 | |||
400 | // GOTO layer - 16 layers max | 401 | // GOTO layer - 16 layers max |
401 | // when: | 402 | // when: |
402 | // ON_PRESS = 1 | 403 | // ON_PRESS = 1 |