aboutsummaryrefslogtreecommitdiff
path: root/quantum/keymap_common.c
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-04-18 21:01:48 -0400
committerJack Humbert <jack.humb@gmail.com>2016-04-18 21:01:48 -0400
commite49712b5593b887c8af18aeb7196513f1c7b7bcf (patch)
tree0de0a22806600a9512b93cf05128a4b68fbb7f7d /quantum/keymap_common.c
parent89a78f4a11a8f04777b3407c958dc989b4d7d884 (diff)
downloadqmk_firmware-e49712b5593b887c8af18aeb7196513f1c7b7bcf.tar.gz
qmk_firmware-e49712b5593b887c8af18aeb7196513f1c7b7bcf.zip
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)
184 case RESET: ; // RESET is 0x5000, which is why this is here 184 case RESET: ; // RESET is 0x5000, which is why this is here
185 clear_keyboard(); 185 clear_keyboard();
186 #ifdef AUDIO_ENABLE 186 #ifdef AUDIO_ENABLE
187 stop_all_notes();
187 play_goodbye_tone(); 188 play_goodbye_tone();
188 #endif 189 #endif
189 _delay_ms(250); 190 _delay_ms(250);