summaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-03-15 01:19:36 +0000
committerQMK Bot <hello@qmk.fm>2021-03-15 01:19:36 +0000
commit998c58e89be0a0bd86e564185967b7ad0fde0f26 (patch)
tree4da8542406e0b3ff913207f62c1a2a5fe7911a73 /quantum/quantum_keycodes.h
parent35db567c9cee9f065b1c50ecdb66e616d25f0a1b (diff)
parent0779c34db8ba0bf7141712377b1db467394f940f (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r--quantum/quantum_keycodes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index dab9ba3d71..73955afe06 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -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,