1
0
Fork 0

rests between notes as an argument

This commit is contained in:
Jack Humbert 2016-04-16 21:31:40 -04:00
parent 8f4ce501eb
commit 41cc35425a
5 changed files with 37 additions and 23 deletions

View file

@ -189,7 +189,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
play_notes(&goodbye, 3, false);
play_notes(&goodbye, 3, false, 0);
#endif
_delay_ms(250);
#ifdef ATREUS_ASTAR