summaryrefslogtreecommitdiffstats
path: root/movement/movement_config.h
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2022-10-23 14:59:03 -0500
committerjoeycastillo <joeycastillo@utexas.edu>2022-10-23 14:59:57 -0500
commit46ac8defdc94c1a998e553d880a542a1de7fd192 (patch)
tree8fd3307821ace1574998d99380e47d894ed421e9 /movement/movement_config.h
parentb51f7b6f36a351480dd2ec783826436ecd6912fd (diff)
downloadSensor-Watch-46ac8defdc94c1a998e553d880a542a1de7fd192.tar.gz
Sensor-Watch-46ac8defdc94c1a998e553d880a542a1de7fd192.tar.bz2
Sensor-Watch-46ac8defdc94c1a998e553d880a542a1de7fd192.zip
disable settings hiding by default
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_