diff options
| author | Selene ToyKeeper | 2020-03-26 03:47:46 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-03-26 03:47:46 -0600 |
| commit | b6059fdcaad276f65d55e73ce8b3003e884684ad (patch) | |
| tree | 06deae2161a23cfc413847cf04bd818e49487bb7 | |
| parent | made thermal regulation use a smaller target window, and prioritize cooling more (diff) | |
| download | anduril-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.h | 4 |
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 |
