diff options
author | Damien <Dbroqua@users.noreply.github.com> | 2016-12-17 22:28:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-17 22:28:45 +0100 |
commit | c9803f78b2409cfaf6a1be0a4b6c1a37778a3f37 (patch) | |
tree | 5d48ab69b311a5ae4eb25cc84ab9c47e98655fb4 /quantum/audio/voices.h | |
parent | 13c4080a1d77cb1dfdf48df8a42e78b9dc483912 (diff) | |
parent | 8a65c640ecdaacfd57b86b684ec80b481f5d4b3b (diff) | |
download | firmware-c9803f78b2409cfaf6a1be0a4b6c1a37778a3f37.tar.gz firmware-c9803f78b2409cfaf6a1be0a4b6c1a37778a3f37.tar.bz2 firmware-c9803f78b2409cfaf6a1be0a4b6c1a37778a3f37.zip |
Merge pull request #14 from jackhumbert/master
Merged from jackhumbert/qmk_firmware
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, |