summaryrefslogtreecommitdiffstats
path: root/movement/movement_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r--movement/movement_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h
index ef6fb6e8..19a501ea 100644
--- a/movement/movement_config.h
+++ b/movement/movement_config.h
@@ -44,6 +44,6 @@ const watch_face_t watch_faces[] = {
* excludes these faces from the normal rotation.
* Usually it makes sense to set this to the preferences face.
*/
-#define MOVEMENT_SECONDARY_FACE_INDEX (MOVEMENT_NUM_FACES - 2)
+#define MOVEMENT_SECONDARY_FACE_INDEX 0 // or (MOVEMENT_NUM_FACES - 2)
#endif // MOVEMENT_CONFIG_H_