Added tap controls

This commit is contained in:
David Volovskiy
2025-09-02 22:15:06 -04:00
parent 3760aeb947
commit 8a831f5cfd
2 changed files with 27 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
typedef struct {
// Anything you need to keep track of, put it here!
bool tap_control_on;
} blackjack_face_state_t;
void blackjack_face_setup(uint8_t watch_face_index, void ** context_ptr);