summaryrefslogtreecommitdiffstats
path: root/movement/movement_config.h
diff options
context:
space:
mode:
authorJeremy O'Brien <neutral@fastmail.com>2023-06-10 11:55:09 -0400
committerGitHub <noreply@github.com>2023-06-10 11:55:09 -0400
commitc1580b356d16cc49db873b020d72465a5f8b3a45 (patch)
treee57168f9fab17fadb0f1b2d52fb1cae0f85e9f62 /movement/movement_config.h
parentd348482759bcd53cd59b40cdc3930c15f6f9f634 (diff)
downloadSensor-Watch-c1580b356d16cc49db873b020d72465a5f8b3a45.tar.gz
Sensor-Watch-c1580b356d16cc49db873b020d72465a5f8b3a45.tar.bz2
Sensor-Watch-c1580b356d16cc49db873b020d72465a5f8b3a45.zip
movement: add custom hourly chime tunes (#209)
* movement: add custom hourly chime tunes * slightly tweak note timings * add kim possible ringtone
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_