movement: add custom hourly chime tunes (#209)

* movement: add custom hourly chime tunes

* slightly tweak note timings

* add kim possible ringtone
This commit is contained in:
Jeremy O'Brien
2023-06-10 11:55:09 -04:00
committed by GitHub
parent d348482759
commit c1580b356d
3 changed files with 92 additions and 3 deletions

View File

@@ -292,9 +292,7 @@ void movement_request_wake() {
}
void movement_play_signal(void) {
watch_buzzer_play_note(BUZZER_NOTE_C8, 75);
watch_buzzer_play_note(BUZZER_NOTE_REST, 100);
watch_buzzer_play_note(BUZZER_NOTE_C8, 100);
watch_buzzer_play_sequence(signal_tune, NULL);
}
void movement_play_alarm(void) {