summaryrefslogtreecommitdiffstats
path: root/keyboard/preonic/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/preonic/keymaps/default/keymap.c')
-rw-r--r--keyboard/preonic/keymaps/default/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/preonic/keymaps/default/keymap.c b/keyboard/preonic/keymaps/default/keymap.c
index 9ee803b06..267bfab3d 100644
--- a/keyboard/preonic/keymaps/default/keymap.c
+++ b/keyboard/preonic/keymaps/default/keymap.c
@@ -309,13 +309,13 @@ void process_action_user(keyrecord_t *record) {
}
void matrix_init_user(void) {
- // audio_init();
+ _delay_ms(10); // gets rid of tick
play_startup_tone();
}
void play_startup_tone()
{
- PLAY_NOTE_ARRAY(music_scale, false, 0);
+ PLAY_NOTE_ARRAY(start_up, false, 0);
}
void play_goodbye_tone()