aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-05-30 06:19:52 -0600
committerSelene ToyKeeper2023-05-30 06:19:52 -0600
commit3b2186b30b8b097263ec49d7d440da398684ef8b (patch)
tree6abc628b1c2b1417197c927217bca10cbf25c85a
parentwith each build, dump a .cpp file with the source after preprocessing (diff)
downloadanduril-3b2186b30b8b097263ec49d7d440da398684ef8b.tar.gz
anduril-3b2186b30b8b097263ec49d7d440da398684ef8b.tar.bz2
anduril-3b2186b30b8b097263ec49d7d440da398684ef8b.zip
Wurkkos models: add red+blue police strobe
-rw-r--r--spaghetti-monster/anduril/cfg-wurkkos-ts25.h6
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