summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-25 15:53:18 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-25 15:53:18 -0500
commitfcfb651c113f30d0884f431e8674878077044d03 (patch)
tree8bff85ecc0670731f11108194fbacd8c59ca0b93
parent249bfc183c5d7c13d94ffecf5389a6b56a2d735d (diff)
downloadSensor-Watch-fcfb651c113f30d0884f431e8674878077044d03.tar.gz
Sensor-Watch-fcfb651c113f30d0884f431e8674878077044d03.tar.bz2
Sensor-Watch-fcfb651c113f30d0884f431e8674878077044d03.zip
movement: add two faces to default build
-rw-r--r--movement/movement_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h
index 16edf0a1..782ddbbd 100644
--- a/movement/movement_config.h
+++ b/movement/movement_config.h
@@ -47,6 +47,8 @@
const watch_face_t watch_faces[] = {
simple_clock_face,
+ beats_face,
+ voltage_face,
preferences_face,
set_time_face,
};