Moved Wordle from legacy to main folder

This commit is contained in:
David Volovskiy 2025-07-08 07:44:06 -04:00
parent efeba609db
commit 4d2e4172a2
5 changed files with 2 additions and 0 deletions

View File

@ -61,4 +61,5 @@
#include "totp_face.h"
#include "tally_face.h"
#include "probability_face.h"
#include "wordle_face.h"
// New includes go above this line.

View File

@ -16,6 +16,7 @@ SRCS += \
./watch-faces/complication/squash_face.c \
./watch-faces/complication/totp_face.c \
./watch-faces/complication/tally_face.c \
./watch-faces/complication/wordle_face.c \
./watch-faces/demo/all_segments_face.c \
./watch-faces/demo/character_set_face.c \
./watch-faces/demo/light_sensor_face.c \