diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-12-12 15:39:07 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-12-12 15:39:07 -0500 |
commit | 0edfe55bfe4afd037918ff73e49552a28f39a5ca (patch) | |
tree | db0af9337db80830bbf2103ef39c0a6ca9a29451 /quantum/audio/voices.h | |
parent | 0213acbdbee91e6d06ed928af4d93d79389c5106 (diff) | |
download | qmk_firmware-0edfe55bfe4afd037918ff73e49552a28f39a5ca.tar.gz |
re-enable audio and extrakeys
Diffstat (limited to 'quantum/audio/voices.h')
-rw-r--r-- | quantum/audio/voices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h index b2495b23b..b43def3d7 100644 --- a/quantum/audio/voices.h +++ b/quantum/audio/voices.h @@ -11,6 +11,7 @@ float voice_envelope(float frequency); typedef enum { default_voice, + something, butts_fader, octave_crunch, duty_osc, |