mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
start-up sound working, removes tick with some devices
This commit is contained in:
parent
0fd093b400
commit
157ddccc2c
@ -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();
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user