diff options
Diffstat (limited to 'quantum/keymap_common.c')
| -rw-r--r-- | quantum/keymap_common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c index 1d9ab2e05..ba7269388 100644 --- a/quantum/keymap_common.c +++ b/quantum/keymap_common.c | |||
| @@ -26,6 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 26 | #include "backlight.h" | 26 | #include "backlight.h" |
| 27 | #include "bootloader.h" | 27 | #include "bootloader.h" |
| 28 | #include "eeconfig.h" | 28 | #include "eeconfig.h" |
| 29 | #include "quantum.h" | ||
| 29 | 30 | ||
| 30 | #ifdef MIDI_ENABLE | 31 | #ifdef MIDI_ENABLE |
| 31 | #include "keymap_midi.h" | 32 | #include "keymap_midi.h" |
| @@ -190,7 +191,7 @@ static action_t keycode_to_action(uint16_t keycode) | |||
| 190 | clear_keyboard(); | 191 | clear_keyboard(); |
| 191 | #ifdef AUDIO_ENABLE | 192 | #ifdef AUDIO_ENABLE |
| 192 | stop_all_notes(); | 193 | stop_all_notes(); |
| 193 | play_goodbye_tone(); | 194 | shutdown_user(); |
| 194 | #endif | 195 | #endif |
| 195 | _delay_ms(250); | 196 | _delay_ms(250); |
| 196 | #ifdef ATREUS_ASTAR | 197 | #ifdef ATREUS_ASTAR |
