1
0
Fork 0

Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2021-03-15 01:19:36 +00:00
commit 998c58e89b
11 changed files with 395 additions and 3 deletions

View file

@ -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,