diff options
| author | Selene ToyKeeper | 2023-09-22 23:26:56 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-09-22 23:26:56 -0600 |
| commit | 2c7c86bd79b8515c311ff790357087674a623995 (patch) | |
| tree | ff0426e6106d8f8326aa08b8391ea988b469de3e | |
| parent | converted noctigon-m44 build, and greatly reduced flicker (diff) | |
| download | anduril-2c7c86bd79b8515c311ff790357087674a623995.tar.gz anduril-2c7c86bd79b8515c311ff790357087674a623995.tar.bz2 anduril-2c7c86bd79b8515c311ff790357087674a623995.zip | |
sofirn-lt1s-pro: allow configuring the blink channel
emisar-d4k-3ch: removed redundant #define
| -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 |
