aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-04-20 18:39:36 -0400
committerJack Humbert <jack.humb@gmail.com>2016-04-20 18:39:36 -0400
commitb0635e58eb33b0ed4f6b4a3846660feae15681ad (patch)
tree66f51a587f44491cf6ed3a27c2fae8d9c2850c9a
parentb8c932f9aa3ad0a255c00dc9d2acf2b19c102fee (diff)
downloadfirmware-b0635e58eb33b0ed4f6b4a3846660feae15681ad.tar.gz
firmware-b0635e58eb33b0ed4f6b4a3846660feae15681ad.tar.bz2
firmware-b0635e58eb33b0ed4f6b4a3846660feae15681ad.zip
delay isn't the problem here
-rw-r--r--keyboard/preonic/keymaps/default/keymap.c2
-rw-r--r--quantum/audio.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboard/preonic/keymaps/default/keymap.c b/keyboard/preonic/keymaps/default/keymap.c
index 9ee803b06..16f8a8bf1 100644
--- a/keyboard/preonic/keymaps/default/keymap.c
+++ b/keyboard/preonic/keymaps/default/keymap.c
@@ -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()
diff --git a/quantum/audio.c b/quantum/audio.c
index ab3444bc9..e4f0bf30e 100644
--- a/quantum/audio.c
+++ b/quantum/audio.c
@@ -213,7 +213,6 @@ void audio_init() {
#endif
inited = true;
- _delay_ms(500);
}
void stop_all_notes() {