summaryrefslogtreecommitdiffstats
path: root/movement/movement_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r--movement/movement_config.h4
1 files changed, 4 insertions, 0 deletions
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_