aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-ramping.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2021-01-24 22:21:06 -0700
committerSelene ToyKeeper2021-01-24 22:21:06 -0700
commitecd711cf477ec1a25d08e3f5c35b86e306cbc7a5 (patch)
tree081970215e165a45672d7d724cbd2c4644156e49 /spaghetti-monster/fsm-ramping.h
parentadded model number to Lume1 FW3X build target (diff)
parentnoctigon k9.3: default to aux RGB rainbow mode, and automatic memory (diff)
downloadanduril-ecd711cf477ec1a25d08e3f5c35b86e306cbc7a5.tar.gz
anduril-ecd711cf477ec1a25d08e3f5c35b86e306cbc7a5.tar.bz2
anduril-ecd711cf477ec1a25d08e3f5c35b86e306cbc7a5.zip
merged noctigon k9.3 branch
Diffstat (limited to 'spaghetti-monster/fsm-ramping.h')
-rw-r--r--spaghetti-monster/fsm-ramping.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-ramping.h b/spaghetti-monster/fsm-ramping.h
index f177db9..8fd89c7 100644
--- a/spaghetti-monster/fsm-ramping.h
+++ b/spaghetti-monster/fsm-ramping.h
@@ -27,7 +27,11 @@
uint8_t actual_level = 0;
#ifdef USE_TINT_RAMPING
+#ifdef TINT_RAMP_TOGGLE_ONLY
+uint8_t tint = 0;
+#else
uint8_t tint = 128;
+#endif
#define USE_TRIANGLE_WAVE
#endif