summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-07-31 20:20:29 -0700
committerJack Humbert <jack.humb@gmail.com>2018-08-04 16:49:57 -0400
commita2b4178245166913118e614d0e4338b3154f70c4 (patch)
treeec4397378792695667dc4906b48256fe14a1967e
parentef5b161bb5ebf137bd95e4462588bb20ffbe0f79 (diff)
Make sure 'shutdown_user' is called0.6.880.6.87
-rw-r--r--quantum/quantum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c
index aad678e1ad..ab47fa48ff 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