diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-27 20:12:25 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-27 20:20:53 +0200 |
commit | b82604dadad81872abdb9fdde18086ee69e66671 (patch) | |
tree | 7cac890d9abb20d1b30c2cba21eb52fec7dabdec /quantum/audio | |
parent | bfc73e90cfc6532331d1532e2ff9020d25c96a69 (diff) | |
download | qmk_firmware-b82604dadad81872abdb9fdde18086ee69e66671.tar.gz qmk_firmware-b82604dadad81872abdb9fdde18086ee69e66671.tar.xz |
no glide
Diffstat (limited to 'quantum/audio')
-rw-r--r-- | quantum/audio/voices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/audio/voices.c b/quantum/audio/voices.c index 54ebd423b..94147ccb6 100644 --- a/quantum/audio/voices.c +++ b/quantum/audio/voices.c @@ -44,7 +44,7 @@ float voice_envelope(float frequency) { switch (voice) { case default_voice: - glissando = true; + glissando = false; note_timbre = TIMBRE_50; polyphony_rate = 0; break; |