summaryrefslogtreecommitdiffstats
path: root/quantum/audio/voices.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-12-21 01:38:22 +0100
committerJack Humbert <jack.humb@gmail.com>2016-12-21 01:38:22 +0100
commit438a5d685bb7b726ff59109ce4229eca6303cd8e (patch)
tree3e3feecf370efe3dfd373bafa3db7ea347fa3449 /quantum/audio/voices.h
parent53ea854462c0b3b2c3c58a36b714ac02f773c74f (diff)
downloadqmk_firmware-438a5d685bb7b726ff59109ce4229eca6303cd8e.tar.gz
qmk_firmware-438a5d685bb7b726ff59109ce4229eca6303cd8e.tar.xz
limit voices by default, add some drums
Diffstat (limited to 'quantum/audio/voices.h')
-rw-r--r--quantum/audio/voices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h
index 72f139e9c..52f7e006d 100644
--- a/quantum/audio/voices.h
+++ b/quantum/audio/voices.h
@@ -11,6 +11,7 @@ float voice_envelope(float frequency);
typedef enum {
default_voice,
+ #ifdef AUDIO_VOICES
something,
drums,
butts_fader,
@@ -23,6 +24,7 @@ typedef enum {
// duty_fourth_down,
// duty_third_down,
// duty_fifth_third_down,
+ #endif
number_of_voices // important that this is last
} voice_type;