diff options
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 |
