summaryrefslogtreecommitdiffstats
path: root/movement/movement_config.h
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2022-10-23 15:07:35 -0500
committerGitHub <noreply@github.com>2022-10-23 15:07:35 -0500
commit894d3615e97ebfe22a0da24e0ae5e2d46b9b6e84 (patch)
tree8c94346251f114400ff9ec3768da6ecd00644b82 /movement/movement_config.h
parentf8f0ce479d94f445c98fe9ec8a5de7ab6fb3c67a (diff)
parent5c1e7170341e30532ea0a41230480881bffd2cd4 (diff)
downloadSensor-Watch-894d3615e97ebfe22a0da24e0ae5e2d46b9b6e84.tar.gz
Sensor-Watch-894d3615e97ebfe22a0da24e0ae5e2d46b9b6e84.tar.bz2
Sensor-Watch-894d3615e97ebfe22a0da24e0ae5e2d46b9b6e84.zip
Merge pull request #103 from wryun/long-press-home-to-settings
Long press of mode on home screen goes to settings
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r--movement/movement_config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h
index 94456776..19a501ea 100644
--- a/movement/movement_config.h
+++ b/movement/movement_config.h
@@ -39,4 +39,11 @@ const watch_face_t watch_faces[] = {
#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_