update alternate firmware for new board color

This commit is contained in:
joeycastillo 2023-09-13 14:08:52 -04:00
parent 9cd39cd3e3
commit bc9b4ce700
11 changed files with 19 additions and 2 deletions

View file

@ -38,4 +38,6 @@ const watch_face_t watch_faces[] = {
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
#define SIGNAL_TUNE_DEFAULT
#endif // MOVEMENT_CONFIG_H_

View file

@ -40,4 +40,6 @@ const watch_face_t watch_faces[] = {
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
#define SIGNAL_TUNE_DEFAULT
#endif // MOVEMENT_CONFIG_H_

View file

@ -58,4 +58,6 @@ const watch_face_t watch_faces[] = {
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
#define SIGNAL_TUNE_DEFAULT
#endif // MOVEMENT_CONFIG_H_

View file

@ -40,4 +40,6 @@ const watch_face_t watch_faces[] = {
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
#define SIGNAL_TUNE_DEFAULT
#endif // MOVEMENT_CONFIG_H_

View file

@ -40,4 +40,6 @@ const watch_face_t watch_faces[] = {
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
#define SIGNAL_TUNE_DEFAULT
#endif // MOVEMENT_CONFIG_H_

View file

@ -41,4 +41,6 @@ const watch_face_t watch_faces[] = {
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
#define SIGNAL_TUNE_DEFAULT
#endif // MOVEMENT_CONFIG_H_

View file

@ -42,4 +42,6 @@ const watch_face_t watch_faces[] = {
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
#define SIGNAL_TUNE_DEFAULT
#endif // MOVEMENT_CONFIG_H_

View file

@ -40,4 +40,6 @@ const watch_face_t watch_faces[] = {
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
#define SIGNAL_TUNE_DEFAULT
#endif // MOVEMENT_CONFIG_H_

View file

@ -2,7 +2,7 @@
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

View file

@ -54,6 +54,8 @@
#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

View file

@ -51,6 +51,5 @@ const watch_face_t watch_faces[] = {
/* 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_