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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user