aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2021-05-13 22:20:27 -0600
committerSelene ToyKeeper2021-05-13 22:20:27 -0600
commit3c6c331ba52646c978c6f84bc93e7b45f9b9c58e (patch)
tree9f4b76b458b5b489801c771cc98a2a626a9177dc
parentmade manual memory remember tint too, not just brightness (diff)
downloadanduril-3c6c331ba52646c978c6f84bc93e7b45f9b9c58e.tar.gz
anduril-3c6c331ba52646c978c6f84bc93e7b45f9b9c58e.tar.bz2
anduril-3c6c331ba52646c978c6f84bc93e7b45f9b9c58e.zip
oops, somehow I forgot to add this earlier... Hank's UI preferences (applies to all Emisar / Noctigon lights)
-rw-r--r--spaghetti-monster/anduril/hank-cfg.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/hank-cfg.h b/spaghetti-monster/anduril/hank-cfg.h
new file mode 100644
index 0000000..b55404f
--- /dev/null
+++ b/spaghetti-monster/anduril/hank-cfg.h
@@ -0,0 +1,21 @@
+#ifndef HANK_CFG
+#define HANK_CFG
+
+// config preferences for Hank Wang of Intl-Outdoor (Emisar, Noctigon)
+
+// RGB aux LEDs should use rainbow cycling mode
+// to impress new customers
+// (people usually change it to voltage mode later though)
+#ifdef RGB_LED_OFF_DEFAULT
+#undef RGB_LED_OFF_DEFAULT
+#endif
+#define RGB_LED_OFF_DEFAULT 0x18 // low, rainbow
+
+// half a second per color in rainbow mode
+//#define RGB_RAINBOW_SPEED 0x03
+
+
+// double click while on goes to full-power turbo, not ramp ceiling
+#define USE_2C_MAX_TURBO
+
+#endif // ifndef HANK_CFG