From a2b4178245166913118e614d0e4338b3154f70c4 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Tue, 31 Jul 2018 20:20:29 -0700 Subject: Make sure 'shutdown_user' is called --- quantum/quantum.c | 1 + 1 file changed, 1 insertion(+) (limited to 'quantum/quantum.c') 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 -- cgit v1.2.3-24-g4f1b