From a6024e9fdae3d41fc12c40920bc16899f73efd63 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Thu, 21 Apr 2022 11:46:56 -0400 Subject: stargazer firmware: make LED red by default --- movement/alt_fw/the_stargazer.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'movement/alt_fw') diff --git a/movement/alt_fw/the_stargazer.h b/movement/alt_fw/the_stargazer.h index 320436ad..edf49ffa 100644 --- a/movement/alt_fw/the_stargazer.h +++ b/movement/alt_fw/the_stargazer.h @@ -27,6 +27,11 @@ #include "movement_faces.h" +#define MOVEMENT_CUSTOM_BOOT_COMMANDS() { \ + movement_state.settings.bit.led_green_color = 0x0;\ + movement_state.settings.bit.led_red_color = 0xF;\ +} + const watch_face_t watch_faces[] = { simple_clock_face, astronomy_face, -- cgit v1.2.3