#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
+#define SIGNAL_TUNE_DEFAULT
+
#endif // MOVEMENT_CONFIG_H_
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
+#define SIGNAL_TUNE_DEFAULT
+
#endif // MOVEMENT_CONFIG_H_
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
+#define SIGNAL_TUNE_DEFAULT
+
#endif // MOVEMENT_CONFIG_H_
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
+#define SIGNAL_TUNE_DEFAULT
+
#endif // MOVEMENT_CONFIG_H_
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
+#define SIGNAL_TUNE_DEFAULT
+
#endif // MOVEMENT_CONFIG_H_
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
+#define SIGNAL_TUNE_DEFAULT
+
#endif // MOVEMENT_CONFIG_H_
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
+#define SIGNAL_TUNE_DEFAULT
+
#endif // MOVEMENT_CONFIG_H_
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
+#define SIGNAL_TUNE_DEFAULT
+
#endif // MOVEMENT_CONFIG_H_
fw_dir="firmware/download"
sim_dir="firmware/simulate"
-colors=("green" "blue")
+colors=("green" "blue" "red")
variants=("standard" "backer" "alt_time" "deep_space_now" "focus" "the_athlete" "the_backpacker" "the_stargazer")
if [ -d "$fw_dir" ] ; then
#include "alt_fw/deep_space_now.h"
#endif
+#include "movement_custom_signal_tunes.h"
+
// Default to no secondary face behaviour.
#ifndef MOVEMENT_SECONDARY_FACE_INDEX
#define MOVEMENT_SECONDARY_FACE_INDEX 0
/* 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_