disable settings hiding by default

This commit is contained in:
joeycastillo
2022-10-23 14:59:03 -05:00
parent b51f7b6f36
commit 46ac8defdc
2 changed files with 8 additions and 4 deletions

View File

@@ -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_