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

index 7108c5e02747bebce13c76d29af0a35b1ab60aa8,2113dc6a6b2d20ce1d88d690a457e426bf14ed97..13ed6e12f4d7d2a1b1794549ff5b1bb14cd4f8ca
@@@ -73,5 -73,7 +73,8 @@@
  #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"
  // New includes go above this line.
diff --cc watch-faces.mk
index f60a827cd9c15364e294b9d9d9faff68d7c6140d,a2537dda4dd284670324c66dff8dea609a0de635..a2e86431eac258d49a4718457ffd2cb7a2e881a1
@@@ -48,5 -48,7 +48,8 @@@ 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 \
  # New watch faces go above this line.