From a2b4178245166913118e614d0e4338b3154f70c4 Mon Sep 17 00:00:00 2001
From: Drashna Jaelre <drashna@live.com>
Date: Tue, 31 Jul 2018 20:20:29 -0700
Subject: [PATCH] Make sure 'shutdown_user' is called

---
 quantum/quantum.c | 1 +
 1 file changed, 1 insertion(+)

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