aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2020-03-26 03:47:46 -0600
committerSelene ToyKeeper2020-03-26 03:47:46 -0600
commitb6059fdcaad276f65d55e73ce8b3003e884684ad (patch)
tree06deae2161a23cfc413847cf04bd818e49487bb7
parentmade thermal regulation use a smaller target window, and prioritize cooling more (diff)
downloadanduril-b6059fdcaad276f65d55e73ce8b3003e884684ad.tar.gz
anduril-b6059fdcaad276f65d55e73ce8b3003e884684ad.tar.bz2
anduril-b6059fdcaad276f65d55e73ce8b3003e884684ad.zip
Noctigon KR4 needed tighter/faster thermal response, and Hank wants RGB rainbow to be default instead of voltage mode.
-rw-r--r--spaghetti-monster/anduril/cfg-noctigon-kr4.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/cfg-noctigon-kr4.h b/spaghetti-monster/anduril/cfg-noctigon-kr4.h
index 98dc209..01310b5 100644
--- a/spaghetti-monster/anduril/cfg-noctigon-kr4.h
+++ b/spaghetti-monster/anduril/cfg-noctigon-kr4.h
@@ -6,7 +6,7 @@
#define USE_AUX_RGB_LEDS
//#define USE_AUX_RGB_LEDS_WHILE_ON
//#define USE_INDICATOR_LED_WHILE_RAMPING
-#define RGB_LED_OFF_DEFAULT 0x18 // low, voltage
+#define RGB_LED_OFF_DEFAULT 0x17 // low, rainbow
#define RGB_LED_LOCKOUT_DEFAULT 0x37 // blinking, rainbow
// enable blinking aux LEDs
@@ -42,6 +42,8 @@
// stop panicking at ~25% power or ~1000 lm
#define THERM_FASTER_LEVEL 100
#define MIN_THERM_STEPDOWN DEFAULT_LEVEL
+#define THERM_LOOKAHEAD 6
+#define THERM_NEXT_WARNING_THRESHOLD 12
// easier access to thermal config mode, for Noctigon
#define USE_TENCLICK_THERMAL_CONFIG
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.