summaryrefslogtreecommitdiffstats
path: root/quantum/keymap_common.c
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-04-19 03:01:48 +0200
committerJack Humbert <jack.humb@gmail.com>2016-04-19 03:01:48 +0200
commite49712b5593b887c8af18aeb7196513f1c7b7bcf (patch)
tree0de0a22806600a9512b93cf05128a4b68fbb7f7d /quantum/keymap_common.c
parent89a78f4a11a8f04777b3407c958dc989b4d7d884 (diff)
downloadqmk_firmware-e49712b5593b887c8af18aeb7196513f1c7b7bcf.tar.gz
qmk_firmware-e49712b5593b887c8af18aeb7196513f1c7b7bcf.tar.xz
note sliding - on right now
Diffstat (limited to 'quantum/keymap_common.c')
-rw-r--r--quantum/keymap_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c
index 4ee290ad0..43debf4ef 100644
--- a/quantum/keymap_common.c
+++ b/quantum/keymap_common.c
@@ -184,6 +184,7 @@ static action_t keycode_to_action(uint16_t keycode)
case RESET: ; // RESET is 0x5000, which is why this is here
clear_keyboard();
#ifdef AUDIO_ENABLE
+ stop_all_notes();
play_goodbye_tone();
#endif
_delay_ms(250);