diff options
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/quantum.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |