diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-25 00:59:47 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-25 00:59:47 -0400 |
commit | e7b6bb641c0636c01e3781fe51865fdb20014eeb (patch) | |
tree | 770890b8c71adc31b15e23acb9a1a9edd0a5c31b /quantum/audio/voices.h | |
parent | 170d9b7d15c8483cee8ff976936aad0da21e4c92 (diff) |
updates default voice, prunes voices
Diffstat (limited to 'quantum/audio/voices.h')
-rw-r--r-- | quantum/audio/voices.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h index 66184c3a27..4b894f28d4 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; |