Skip to content

Commit

Permalink
Face for tracking the menstrual cycle (#250)
Browse files Browse the repository at this point in the history
Authored-by: jokomo <[email protected]>
  • Loading branch information
jokomo24 authored Sep 18, 2024
1 parent 3634460 commit 0f5defe
Show file tree
Hide file tree
Showing 4 changed files with 554 additions and 0 deletions.
1 change: 1 addition & 0 deletions movement/make/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ SRCS += \
../watch_faces/complication/toss_up_face.c \
../watch_faces/complication/geomancy_face.c \
../watch_faces/clock/simple_clock_bin_led_face.c \
../watch_faces/complication/menstrual_cycle_face.c \
../watch_faces/complication/flashlight_face.c \
../watch_faces/clock/decimal_time_face.c \
../watch_faces/clock/wyoscan_face.c \
Expand Down
1 change: 1 addition & 0 deletions movement/movement_faces.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
#include "geomancy_face.h"
#include "dual_timer_face.h"
#include "simple_clock_bin_led_face.h"
#include "menstrual_cycle_face.h"
#include "flashlight_face.h"
#include "decimal_time_face.h"
#include "wyoscan_face.h"
Expand Down
Loading

0 comments on commit 0f5defe

Please sign in to comment.