aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster
diff options
context:
space:
mode:
authorSelene ToyKeeper2021-09-10 01:15:37 -0600
committerSelene ToyKeeper2021-09-10 01:15:37 -0600
commit6ef2962edefcb3ddd1c21a42b0c6b3bfebcd8d59 (patch)
tree3c19d6818861be15b3b1a68e5edb65e42f4009d5 /spaghetti-monster
parentfixed ancient bug which caused a weird up-spike in thermal regulation during ... (diff)
downloadanduril-6ef2962edefcb3ddd1c21a42b0c6b3bfebcd8d59.tar.gz
anduril-6ef2962edefcb3ddd1c21a42b0c6b3bfebcd8d59.tar.bz2
anduril-6ef2962edefcb3ddd1c21a42b0c6b3bfebcd8d59.zip
fixed blf-lantern-t1616 build... I think
(can't test because I have no hardware, but it at least compiles)
Diffstat (limited to '')
-rw-r--r--spaghetti-monster/anduril/cfg-blf-lantern-t1616.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h b/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h
index 51c3d6a..56c7275 100644
--- a/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h
+++ b/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h
@@ -1,12 +1,6 @@
// BLF Lantern config options for Anduril using the Attiny1616
#define MODEL_NUMBER "0622"
-/* BLF Lantern pinout
- * PB0 is 5000K channel
- * PB1 is 3000K channel
- */
-
-// basically the same as a Q8... sort of
-#include "hwdef-BLF_Q8-T1616.h"
+#include "hwdef-BLF_LT1-t1616.h"
// ATTINY: 1616
// the button lights up
@@ -53,7 +47,7 @@
// LT1 can handle heat well, so don't limit simple mode
#define SIMPLE_UI_FLOOR RAMP_DISCRETE_FLOOR
-#define SIMPLE_UI_CEIL RAMP_DISCRETE_CEIL
+#define SIMPLE_UI_CEIL RAMP_DISCRETE_CEIL
#define SIMPLE_UI_STEPS RAMP_DISCRETE_STEPS
#define USE_SOS_MODE
@@ -65,14 +59,6 @@
#undef USE_THERMAL_REGULATION
#endif
-// also, the set_level_gradually() thing isn't compatible with tint ramping
-// (but unsetting it here doesn't actually do anything, because the thermal
-// regulation define enables it later... so this is mostly just a note to
-// make this compatibility issue explicit)
-#ifdef USE_SET_LEVEL_GRADUALLY
-#undef USE_SET_LEVEL_GRADUALLY
-#endif
-
// don't blink while ramping
#ifdef BLINK_AT_RAMP_MIDDLE
#undef BLINK_AT_RAMP_MIDDLE