diff options
author | TheOnePerson <a.nebinger@web.de> | 2022-10-26 06:43:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 06:43:47 +0200 |
commit | cb678d735a91e07e762e9f6715584ccfbeaa3fcd (patch) | |
tree | 795c1db4e70373f3134c7b3957c2162db11884d3 /movement/movement_config.h | |
parent | 17cd90e72ff970a1cb8dda80584df16ee2e1d68f (diff) | |
parent | cb69a2c181a3126ade2044f223b74077f48e0c77 (diff) | |
download | Sensor-Watch-cb678d735a91e07e762e9f6715584ccfbeaa3fcd.tar.gz Sensor-Watch-cb678d735a91e07e762e9f6715584ccfbeaa3fcd.tar.bz2 Sensor-Watch-cb678d735a91e07e762e9f6715584ccfbeaa3fcd.zip |
Merge branch 'main' into auto-fire-long-press
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 7 |
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_ |