From b1900c8dde2a68e87aaabd84280a99bf6658ea9f Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Fri, 22 Apr 2016 01:02:50 -0400 Subject: adds fifth and fourth down voices --- quantum/audio/voices.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'quantum/audio/voices.h') 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; -- cgit v1.2.3-24-g4f1b