diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-20 20:11:05 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-20 20:11:05 -0400 |
commit | 157ddccc2c0b865582fb488ea5346e2996b05468 (patch) | |
tree | a7e80242ed967b1b11d921410cc1408c41cb820f /keyboard/preonic | |
parent | 0fd093b4007229fc0e8bbb440b6febaaea109fb1 (diff) |
start-up sound working, removes tick with some devices
Diffstat (limited to 'keyboard/preonic')
-rw-r--r-- | keyboard/preonic/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/preonic/keymaps/default/keymap.c b/keyboard/preonic/keymaps/default/keymap.c index 16f8a8bf18..267bfab3d7 100644 --- a/keyboard/preonic/keymaps/default/keymap.c +++ b/keyboard/preonic/keymaps/default/keymap.c @@ -309,7 +309,7 @@ void process_action_user(keyrecord_t *record) { } void matrix_init_user(void) { - // audio_init(); + _delay_ms(10); // gets rid of tick play_startup_tone(); } |