diff options
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index f2b9509b5..4423d25ef 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -224,8 +224,12 @@ enum quantum_keycodes { | |||
224 | MI_SUS, // sustain | 224 | MI_SUS, // sustain |
225 | MI_PORT, // portamento | 225 | MI_PORT, // portamento |
226 | MI_SOST, // sostenuto | 226 | MI_SOST, // sostenuto |
227 | MI_SOFT, // soft | 227 | MI_SOFT, // soft pedal |
228 | MI_LEG, // legato | 228 | MI_LEG, // legato |
229 | |||
230 | MI_MOD, // modulation | ||
231 | MI_MODSD, // decrease modulation speed | ||
232 | MI_MODSU, // increase modulation speed | ||
229 | #endif | 233 | #endif |
230 | 234 | ||
231 | // Backlight functionality | 235 | // Backlight functionality |