aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
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 1863a7943..9f1591458 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -332,7 +332,11 @@ enum quantum_keycodes {
332 332
333 MIDI_VELOCITY_MIN, 333 MIDI_VELOCITY_MIN,
334 MI_VEL_0 = MIDI_VELOCITY_MIN, 334 MI_VEL_0 = MIDI_VELOCITY_MIN,
335#ifdef VIA_ENABLE
336 MI_VEL_1 = MIDI_VELOCITY_MIN,
337#else
335 MI_VEL_1, 338 MI_VEL_1,
339#endif
336 MI_VEL_2, 340 MI_VEL_2,
337 MI_VEL_3, 341 MI_VEL_3,
338 MI_VEL_4, 342 MI_VEL_4,