From c1580b356d16cc49db873b020d72465a5f8b3a45 Mon Sep 17 00:00:00 2001 From: Jeremy O'Brien Date: Sat, 10 Jun 2023 11:55:09 -0400 Subject: movement: add custom hourly chime tunes (#209) * movement: add custom hourly chime tunes * slightly tweak note timings * add kim possible ringtone --- movement/movement_config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'movement/movement_config.h') diff --git a/movement/movement_config.h b/movement/movement_config.h index 9e446d4d..b1410a8b 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -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_ -- cgit v1.2.3