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

@@ -46,4 +46,8 @@ const watch_face_t watch_faces[] = {
*/
#define MOVEMENT_SECONDARY_FACE_INDEX 0 // or (MOVEMENT_NUM_FACES - 2)
/* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options */
#define SIGNAL_TUNE_DEFAULT
#include "movement_custom_signal_tunes.h"
#endif // MOVEMENT_CONFIG_H_