diff options
| author | Selene ToyKeeper | 2020-06-01 20:56:58 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-06-01 20:56:58 -0600 |
| commit | 55e9741b187221a97ddb7cda5547be04dfd0b005 (patch) | |
| tree | 828bf39ed52b0e3f3cdd0c178ca6f3e70db5137e | |
| parent | added config which matches the spec for K1-SBT90.2, but it's not tested (ther... (diff) | |
| download | anduril-55e9741b187221a97ddb7cda5547be04dfd0b005.tar.gz anduril-55e9741b187221a97ddb7cda5547be04dfd0b005.tar.bz2 anduril-55e9741b187221a97ddb7cda5547be04dfd0b005.zip | |
K1-SBT90.2 doesn't need party strobe slowed down
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-k1-sbt90.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/cfg-noctigon-k1-sbt90.h b/spaghetti-monster/anduril/cfg-noctigon-k1-sbt90.h index fde5f3e..fd98979 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-k1-sbt90.h +++ b/spaghetti-monster/anduril/cfg-noctigon-k1-sbt90.h @@ -3,6 +3,10 @@ #include "hwdef-Noctigon_K1-SBT90.h" // ATTINY: 1634 +// this light can safely run a bit hotter than most +#undef DEFAULT_THERM_CEIL +#define DEFAULT_THERM_CEIL 55 + // this light has three aux LED channels: R, G, B #define USE_AUX_RGB_LEDS #define USE_AUX_RGB_LEDS_WHILE_ON @@ -51,7 +55,7 @@ #define USE_TENCLICK_THERMAL_CONFIG // slow down party strobe; this driver can't pulse for 1ms or less -#define PARTY_STROBE_ONTIME 2 +//#define PARTY_STROBE_ONTIME 2 #define THERM_CAL_OFFSET 5 |
