From: Drashna Jaelre Date: Wed, 1 Aug 2018 03:20:29 +0000 (-0700) Subject: Make sure 'shutdown_user' is called X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a2b4178245166913118e614d0e4338b3154f70c4;p=qmk_firmware.git Make sure 'shutdown_user' is called --- diff --git a/quantum/quantum.c b/quantum/quantum.c index aad678e1a..ab47fa48f 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -158,6 +158,7 @@ void reset_keyboard(void) { wait_ms(1); stop_all_notes(); #else + shutdown_user(); wait_ms(250); #endif // this is also done later in bootloader.c - not sure if it's neccesary here