diff options
Diffstat (limited to 'movement/movement_config.h')
| -rw-r--r-- | movement/movement_config.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index 94456776..9e446d4d 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -32,11 +32,18 @@ const watch_face_t watch_faces[] = { world_clock_face, sunrise_sunset_face, moon_phase_face, - thermistor_readout_face, + stopwatch_face, preferences_face, set_time_face, }; #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t)) +/* Determines what face to go to from the first face if you've already set + * a mode long press to go to the first face in preferences, and + * excludes these faces from the normal rotation. + * Usually it makes sense to set this to the preferences face. + */ +#define MOVEMENT_SECONDARY_FACE_INDEX 0 // or (MOVEMENT_NUM_FACES - 2) + #endif // MOVEMENT_CONFIG_H_ |
