summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryulei <yuleiz@gmail.com>2020-05-25 20:16:33 +0800
committerGitHub <noreply@github.com>2020-05-25 22:16:33 +1000
commitd8f76f9e6dd76b20636f7726f98aac9c26d03aa5 (patch)
tree12289f439cbbcd49c7571cb1e896243127c6da2d
parent6ca00c2152831885e719a31e606bf041601a7a16 (diff)
Added missing shutdown_user() hook (#9180)0.8.185
* add missing shutdown_user() * use reset_keyboard() from quantum
-rw-r--r--tmk_core/common/command.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/tmk_core/common/command.c b/tmk_core/common/command.c
index af7c837027..ee3188646c 100644
--- a/tmk_core/common/command.c
+++ b/tmk_core/common/command.c
@@ -359,15 +359,8 @@ static bool command_common(uint8_t code) {
// jump to bootloader
case MAGIC_KC(MAGIC_KEY_BOOTLOADER):
case MAGIC_KC(MAGIC_KEY_BOOTLOADER_ALT):
- clear_keyboard(); // clear to prevent stuck keys
print("\n\nJumping to bootloader... ");
-#ifdef AUDIO_ENABLE
- stop_all_notes();
- shutdown_user();
-#else
- wait_ms(1000);
-#endif
- bootloader_jump(); // not return
+ reset_keyboard();
break;
// debug toggle