summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboard/preonic/keymaps/default/keymap.c2
-rw-r--r--tmk_core/common/avr/suspend.c3
2 files changed, 3 insertions, 2 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();
}
diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c
index e295dbe18b..4980680198 100644
--- a/tmk_core/common/avr/suspend.c
+++ b/tmk_core/common/avr/suspend.c
@@ -79,7 +79,8 @@ static void power_down(uint8_t wdto)
led_set(0);
#ifdef AUDIO_ENABLE
- stop_all_notes();
+ // This sometimes disables the start-up noise, so it's been disabled
+ // stop_all_notes();
#endif /* AUDIO_ENABLE */
// TODO: more power saving