]> git.earman.xyz Git - sensor-watch.git/commitdiff
Merge branch 'main' into simon-port
authorvoloved <36523934+voloved@users.noreply.github.com>
Thu, 20 Nov 2025 23:27:59 +0000 (18:27 -0500)
committerGitHub <noreply@github.com>
Thu, 20 Nov 2025 23:27:59 +0000 (18:27 -0500)
1  2 
movement_faces.h
watch-faces.mk

index d86e72d4e6136536a5e49e89fa6f49f73a6e3b2a,13ed6e12f4d7d2a1b1794549ff5b1bb14cd4f8ca..eef0e3acd1b48dbe940c699a2df0e31d356fc45c
@@@ -73,5 -73,8 +73,9 @@@
  #include "wareki_face.h"
  #include "deadline_face.h"
  #include "wordle_face.h"
+ #include "blackjack_face.h"
+ #include "endless_runner_face.h"
+ #include "higher_lower_game_face.h"
+ #include "lander_face.h"
 +#include "simon_face.h"
  // New includes go above this line.
diff --cc watch-faces.mk
index 3f1f8946ef7663523ae153cc9af691027509429a,a2e86431eac258d49a4718457ffd2cb7a2e881a1..3c42492379ee0fb30d6184e585de0f863cd8a7b8
@@@ -48,5 -48,8 +48,9 @@@ SRCS += 
    ./watch-faces/sensor/lis2dw_monitor_face.c \
    ./watch-faces/complication/wareki_face.c \
    ./watch-faces/complication/deadline_face.c \
+   ./watch-faces/complication/blackjack_face.c \
+   ./watch-faces/complication/endless_runner_face.c \
+   ./watch-faces/complication/higher_lower_game_face.c \
+   ./watch-faces/complication/lander_face.c \
 +  ./watch-faces/complication/simon_face.c \
  # New watch faces go above this line.