diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-22 01:02:50 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-22 01:02:50 -0400 |
commit | b1900c8dde2a68e87aaabd84280a99bf6658ea9f (patch) | |
tree | 02c052d0a01370d9e71ee7943c08329d1885be96 /quantum/audio/voices.h | |
parent | 7b3f212500210ae85063b043952b5b3ef6988ad6 (diff) | |
download | qmk_firmware-b1900c8dde2a68e87aaabd84280a99bf6658ea9f.tar.gz |
adds fifth and fourth down voices
Diffstat (limited to 'quantum/audio/voices.h')
-rw-r--r-- | quantum/audio/voices.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h index 5aa99f4b1..718671f77 100644 --- a/quantum/audio/voices.h +++ b/quantum/audio/voices.h @@ -16,6 +16,8 @@ typedef enum { octave_crunch, duty_osc, duty_octave_down, + duty_fifth_down, + duty_fourth_down, number_of_voices // important that this is last } voice_type; |