]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
delay isn't the problem here
authorJack Humbert <jack.humb@gmail.com>
Wed, 20 Apr 2016 22:39:36 +0000 (18:39 -0400)
committerJack Humbert <jack.humb@gmail.com>
Wed, 20 Apr 2016 22:39:36 +0000 (18:39 -0400)
keyboard/preonic/keymaps/default/keymap.c
quantum/audio.c

index 9ee803b063e4bc3c0dfc96a53dec8809379f8de3..16f8a8bf188c6973762a1ba5a66719757ebef941 100644 (file)
@@ -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()
index ab3444bc97a5cd5857f0b7d8da3688f00a6f83cc..e4f0bf30e85c59112b5dfd3fffca41fade03de85 100644 (file)
@@ -213,7 +213,6 @@ void audio_init() {
     #endif
 
     inited = true;
-    _delay_ms(500);
 }
 
 void stop_all_notes() {