Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
998c58e89b
11 changed files with 395 additions and 3 deletions
|
@ -332,7 +332,11 @@ enum quantum_keycodes {
|
|||
|
||||
MIDI_VELOCITY_MIN,
|
||||
MI_VEL_0 = MIDI_VELOCITY_MIN,
|
||||
#ifdef VIA_ENABLE
|
||||
MI_VEL_1 = MIDI_VELOCITY_MIN,
|
||||
#else
|
||||
MI_VEL_1,
|
||||
#endif
|
||||
MI_VEL_2,
|
||||
MI_VEL_3,
|
||||
MI_VEL_4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue