]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/audio/audio_pwm.c
Usbasploader bootloader option addition (#6304)
[qmk_firmware.git] / quantum / audio / audio_pwm.c
index ded86edeea9e683332051caed0e0f3fdf3a8cf2b..ed67136099a8889b13bc9e56974842da8bfe552e 100644 (file)
@@ -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