X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Faudio%2Faudio_pwm.c;h=ed67136099a8889b13bc9e56974842da8bfe552e;hb=db0c1795520eea60e0092ced7048c9da7b508d37;hp=ded86edeea9e683332051caed0e0f3fdf3a8cf2b;hpb=5d83d320cbcf2ab59696f72a1ff83d52e4c1beac;p=qmk_firmware.git diff --git a/quantum/audio/audio_pwm.c b/quantum/audio/audio_pwm.c index ded86edee..ed6713609 100644 --- a/quantum/audio/audio_pwm.c +++ b/quantum/audio/audio_pwm.c @@ -94,7 +94,7 @@ bool notes_repeat; float notes_rest; bool note_resting = false; -uint8_t current_note = 0; +uint16_t current_note = 0; uint8_t rest_counter = 0; #ifdef VIBRATO_ENABLE