note sliding - on right now

This commit is contained in:
Jack Humbert
2016-04-18 21:01:48 -04:00
parent 89a78f4a11
commit e49712b559
3 changed files with 63 additions and 45 deletions

View File

@ -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);