diff options
author | Gabriel Young <gabeplaysdrums@live.com> | 2017-02-18 05:32:55 -0800 |
---|---|---|
committer | Gabriel Young <gabeplaysdrums@live.com> | 2017-02-19 16:43:02 -0800 |
commit | dd8f8e6baeb1549735403edf2a2f04f07edb4bf2 (patch) | |
tree | 459ba917de580e7bdb5b2bad9688486209b46825 /quantum/quantum_keycodes.h | |
parent | 7c5e510fe2e57d1b3c0f98612f1f89d413c07525 (diff) | |
download | qmk_firmware-dd8f8e6baeb1549735403edf2a2f04f07edb4bf2.tar.gz qmk_firmware-dd8f8e6baeb1549735403edf2a2f04f07edb4bf2.zip |
implement modulation
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 |