diff options
| author | Selene ToyKeeper | 2023-05-30 06:19:52 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-05-30 06:19:52 -0600 |
| commit | 3b2186b30b8b097263ec49d7d440da398684ef8b (patch) | |
| tree | 6abc628b1c2b1417197c927217bca10cbf25c85a /spaghetti-monster | |
| parent | with each build, dump a .cpp file with the source after preprocessing (diff) | |
| download | anduril-3b2186b30b8b097263ec49d7d440da398684ef8b.tar.gz anduril-3b2186b30b8b097263ec49d7d440da398684ef8b.tar.bz2 anduril-3b2186b30b8b097263ec49d7d440da398684ef8b.zip | |
Wurkkos models: add red+blue police strobe
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-wurkkos-ts25.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/cfg-wurkkos-ts25.h b/spaghetti-monster/anduril/cfg-wurkkos-ts25.h index 446ee26..26dc493 100644 --- a/spaghetti-monster/anduril/cfg-wurkkos-ts25.h +++ b/spaghetti-monster/anduril/cfg-wurkkos-ts25.h @@ -73,6 +73,12 @@ // blink numbers on the aux LEDs by default #define DEFAULT_BLINK_CHANNEL CM_AUXWHT +// use aux red + aux blue for police strobe +#define USE_POLICE_COLOR_STROBE_MODE +#define POLICE_STROBE_USES_AUX +#define POLICE_COLOR_STROBE_CH1 CM_AUXRED +#define POLICE_COLOR_STROBE_CH2 CM_AUXBLU + // enable SOS in the blinkies group #define USE_SOS_MODE #define USE_SOS_MODE_IN_BLINKY_GROUP |
