From 55e9741b187221a97ddb7cda5547be04dfd0b005 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Mon, 1 Jun 2020 20:56:58 -0600 Subject: K1-SBT90.2 doesn't need party strobe slowed down --- spaghetti-monster/anduril/cfg-noctigon-k1-sbt90.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'spaghetti-monster') 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 -- cgit v1.2.3