diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2022-10-23 14:59:03 -0500 |
---|---|---|
committer | joeycastillo <joeycastillo@utexas.edu> | 2022-10-23 14:59:57 -0500 |
commit | 46ac8defdc94c1a998e553d880a542a1de7fd192 (patch) | |
tree | 8fd3307821ace1574998d99380e47d894ed421e9 /movement/movement_config.h | |
parent | b51f7b6f36a351480dd2ec783826436ecd6912fd (diff) | |
download | Sensor-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.h | 2 |
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_ |