diff options
| -rw-r--r-- | spaghetti-monster/anduril/cfg-emisar-d4k-3ch.h | 1 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-sofirn-lt1s-pro.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/cfg-emisar-d4k-3ch.h b/spaghetti-monster/anduril/cfg-emisar-d4k-3ch.h index 1943838..092ed2d 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 9744244..aee9ba0 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 |
