Skip to content

Commit

Permalink
update alternate firmware for new board color
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Sep 13, 2023
1 parent 9cd39cd commit bc9b4ce
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 2 deletions.
2 changes: 2 additions & 0 deletions movement/alt_fw/alt_time.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
2 changes: 2 additions & 0 deletions movement/alt_fw/backer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
2 changes: 2 additions & 0 deletions movement/alt_fw/deep_space_now.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
2 changes: 2 additions & 0 deletions movement/alt_fw/focus.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
2 changes: 2 additions & 0 deletions movement/alt_fw/the_athlete.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
2 changes: 2 additions & 0 deletions movement/alt_fw/the_backpacker.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
2 changes: 2 additions & 0 deletions movement/alt_fw/the_stargazer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
2 changes: 2 additions & 0 deletions movement/alt_fw/timers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
2 changes: 1 addition & 1 deletion movement/make/make_alternate_fw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions movement/movement.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion movement/movement_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_

0 comments on commit bc9b4ce

Please sign in to comment.