From 2c7c86bd79b8515c311ff790357087674a623995 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 22 Sep 2023 23:26:56 -0600 Subject: [PATCH] sofirn-lt1s-pro: allow configuring the blink channel emisar-d4k-3ch: removed redundant #define --- spaghetti-monster/anduril/cfg-emisar-d4k-3ch.h | 1 - spaghetti-monster/anduril/cfg-sofirn-lt1s-pro.h | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/spaghetti-monster/anduril/cfg-emisar-d4k-3ch.h b/spaghetti-monster/anduril/cfg-emisar-d4k-3ch.h index 19438380..092ed2d1 100644 --- a/spaghetti-monster/anduril/cfg-emisar-d4k-3ch.h +++ b/spaghetti-monster/anduril/cfg-emisar-d4k-3ch.h @@ -24,7 +24,6 @@ #define FACTORY_RESET_WARN_CHANNEL CM_LED4 #define FACTORY_RESET_SUCCESS_CHANNEL CM_MAIN2 -#define USE_CONFIG_COLORS #define CONFIG_WAITING_CHANNEL CM_LED3 #define CONFIG_BLINK_CHANNEL CM_ALL diff --git a/spaghetti-monster/anduril/cfg-sofirn-lt1s-pro.h b/spaghetti-monster/anduril/cfg-sofirn-lt1s-pro.h index 9744244e..aee9ba09 100644 --- a/spaghetti-monster/anduril/cfg-sofirn-lt1s-pro.h +++ b/spaghetti-monster/anduril/cfg-sofirn-lt1s-pro.h @@ -29,6 +29,9 @@ #define CONFIG_WAITING_CHANNEL CM_RED #define CONFIG_BLINK_CHANNEL CM_WHITE +// blink numbers on the main LEDs by default (but allow user to change it) +#define DEFAULT_BLINK_CHANNEL CM_RED + #define POLICE_COLOR_STROBE_CH1 CM_RED #define POLICE_COLOR_STROBE_CH2 CM_WHITE