From 22c25f5c239e982507a6ed1e3c527164b7b1d1c6 Mon Sep 17 00:00:00 2001 From: David Volovskiy Date: Sun, 8 Sep 2024 18:09:38 -0400 Subject: [PATCH] Added commented-out defines for MTG and Yugioh --- movement/watch_faces/complication/tally_face.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/movement/watch_faces/complication/tally_face.h b/movement/watch_faces/complication/tally_face.h index 286f1c0..80623f4 100644 --- a/movement/watch_faces/complication/tally_face.h +++ b/movement/watch_faces/complication/tally_face.h @@ -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);