Skip to content

Commit

Permalink
delay isn't the problem here
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Apr 20, 2016
1 parent b8c932f commit b0635e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion keyboard/preonic/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ void matrix_init_user(void) {

void play_startup_tone()
{
PLAY_NOTE_ARRAY(music_scale, false, 0);
PLAY_NOTE_ARRAY(start_up, false, 0);
}

void play_goodbye_tone()
Expand Down
1 change: 0 additions & 1 deletion quantum/audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ void audio_init() {
#endif

inited = true;
_delay_ms(500);
}

void stop_all_notes() {
Expand Down

0 comments on commit b0635e5

Please sign in to comment.