]> git.earman.xyz Git - sensor-watch.git/commitdiff
Added commented-out defines for MTG and Yugioh
authorDavid Volovskiy <devolov@gmail.com>
Sun, 8 Sep 2024 22:09:38 +0000 (18:09 -0400)
committerDavid Volovskiy <devolov@gmail.com>
Sun, 8 Sep 2024 22:09:38 +0000 (18:09 -0400)
movement/watch_faces/complication/tally_face.h

index 286f1c09b9cdbcae224df4519068d2124067c18f..80623f492f4ed20789e785b5423c972dabdd9b39 100644 (file)
@@ -54,6 +54,9 @@ typedef struct {
     uint8_t tally_default_idx;
 } tally_state_t;
 
+//#define TALLY_FACE_PRESETS_MTG
+//#define TALLY_FACE_PRESETS_YUGIOH
+
 
 void tally_face_setup(movement_settings_t *settings, uint8_t watch_face_index, void ** context_ptr);
 void tally_face_activate(movement_settings_t *settings, void *context);