aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-ramping.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2018-12-19 15:36:53 -0700
committerSelene ToyKeeper2018-12-19 15:36:53 -0700
commitc08e69271078a2d1807fa8b2f905490692befbec (patch)
treef0b82c05fdd5bddf31267598715bee5617764ed7 /spaghetti-monster/fsm-ramping.h
parentmerged include-fix branch for cleaner config file mechanisms (diff)
downloadanduril-c08e69271078a2d1807fa8b2f905490692befbec.tar.gz
anduril-c08e69271078a2d1807fa8b2f905490692befbec.tar.bz2
anduril-c08e69271078a2d1807fa8b2f905490692befbec.zip
configured lantern stepped ramp and button LED mode, set default tint to 128 (balanced)
Diffstat (limited to 'spaghetti-monster/fsm-ramping.h')
-rw-r--r--spaghetti-monster/fsm-ramping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/fsm-ramping.h b/spaghetti-monster/fsm-ramping.h
index 9732b9c..4ce8015 100644
--- a/spaghetti-monster/fsm-ramping.h
+++ b/spaghetti-monster/fsm-ramping.h
@@ -27,7 +27,7 @@
volatile uint8_t actual_level = 0;
#ifdef USE_TINT_RAMPING
-uint8_t tint = 0;
+uint8_t tint = 128;
#endif
#ifdef USE_SET_LEVEL_GRADUALLY