forked from mirrors/qmk_userspace
implement modulation
This commit is contained in:
parent
7c5e510fe2
commit
dd8f8e6bae
4 changed files with 61 additions and 206 deletions
|
@ -224,8 +224,12 @@ enum quantum_keycodes {
|
|||
MI_SUS, // sustain
|
||||
MI_PORT, // portamento
|
||||
MI_SOST, // sostenuto
|
||||
MI_SOFT, // soft
|
||||
MI_SOFT, // soft pedal
|
||||
MI_LEG, // legato
|
||||
|
||||
MI_MOD, // modulation
|
||||
MI_MODSD, // decrease modulation speed
|
||||
MI_MODSU, // increase modulation speed
|
||||
#endif
|
||||
|
||||
// Backlight functionality
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue