summaryrefslogtreecommitdiffstats
path: root/quantum/audio/voices.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/audio/voices.h')
-rw-r--r--quantum/audio/voices.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h
index 66184c3a2..4b894f28d 100644
--- a/quantum/audio/voices.h
+++ b/quantum/audio/voices.h
@@ -16,10 +16,10 @@ typedef enum {
octave_crunch,
duty_osc,
duty_octave_down,
- duty_fifth_down,
- duty_fourth_down,
- duty_third_down,
- duty_fifth_third_down,
+ // duty_fifth_down,
+ // duty_fourth_down,
+ // duty_third_down,
+ // duty_fifth_third_down,
number_of_voices // important that this is last
} voice_type;