aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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