X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Faudio%2Fvoices.h;h=52f7e006d6a158d8e614e4edb26cba54289928a5;hb=0734f569409974624b40735fcd498dac9adba2d2;hp=b2495b23b57b796c927f180936ba8c86101fddd3;hpb=76e36a787a58ad0e72fac579e4a02aa66ce26be1;p=qmk_firmware.git diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h index b2495b23b..52f7e006d 100644 --- a/quantum/audio/voices.h +++ b/quantum/audio/voices.h @@ -11,6 +11,9 @@ float voice_envelope(float frequency); typedef enum { default_voice, + #ifdef AUDIO_VOICES + something, + drums, butts_fader, octave_crunch, duty_osc, @@ -21,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;