diff options
| author | Drashna Jaelre <drashna@live.com> | 2018-07-31 20:20:29 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-08-04 16:49:57 -0400 |
| commit | a2b4178245166913118e614d0e4338b3154f70c4 (patch) | |
| tree | ec4397378792695667dc4906b48256fe14a1967e /quantum/quantum.c | |
| parent | ef5b161bb5ebf137bd95e4462588bb20ffbe0f79 (diff) | |
| download | qmk_firmware-a2b4178245166913118e614d0e4338b3154f70c4.tar.gz qmk_firmware-a2b4178245166913118e614d0e4338b3154f70c4.zip | |
Make sure 'shutdown_user' is called
Diffstat (limited to 'quantum/quantum.c')
| -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) { | |||
| 158 | wait_ms(1); | 158 | wait_ms(1); |
| 159 | stop_all_notes(); | 159 | stop_all_notes(); |
| 160 | #else | 160 | #else |
| 161 | shutdown_user(); | ||
| 161 | wait_ms(250); | 162 | wait_ms(250); |
| 162 | #endif | 163 | #endif |
| 163 | // this is also done later in bootloader.c - not sure if it's neccesary here | 164 | // this is also done later in bootloader.c - not sure if it's neccesary here |
