aboutsummaryrefslogtreecommitdiff
path: root/quantum/audio/voices.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/audio/voices.h')
-rw-r--r--quantum/audio/voices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h
index 44c5066b5..5aa99f4b1 100644
--- a/quantum/audio/voices.h
+++ b/quantum/audio/voices.h
@@ -15,6 +15,7 @@ typedef enum {
15 butts_fader, 15 butts_fader,
16 octave_crunch, 16 octave_crunch,
17 duty_osc, 17 duty_osc,
18 duty_octave_down,
18 number_of_voices // important that this is last 19 number_of_voices // important that this is last
19} voice_type; 20} voice_type;
20 21