aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xspaghetti-monster/anduril/anduril.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/spaghetti-monster/anduril/anduril.c b/spaghetti-monster/anduril/anduril.c
index fe5f268..5e1b4e1 100755
--- a/spaghetti-monster/anduril/anduril.c
+++ b/spaghetti-monster/anduril/anduril.c
@@ -52,7 +52,7 @@
#define USE_BIKE_FLASHER_MODE
#define USE_PARTY_STROBE_MODE
#define USE_TACTICAL_STROBE_MODE
-//#define USE_LIGHTNING_MODE
+#define USE_LIGHTNING_MODE
#define USE_CANDLE_MODE
//Muggle mode for easy UI
@@ -462,7 +462,7 @@ uint8_t steady_state(EventPtr event, uint16_t arg) {
return MISCHIEF_MANAGED;
}
// 3 clicks: toggle smooth vs discrete ramping
- /*else if (event == EV_3clicks) {
+ else if (event == EV_3clicks) {
ramp_style = !ramp_style;
memorized_level = nearest_level(memorized_level);
#ifdef USE_THERMAL_REGULATION
@@ -479,7 +479,7 @@ uint8_t steady_state(EventPtr event, uint16_t arg) {
delay_4ms(20/4);
set_level(memorized_level);
return MISCHIEF_MANAGED;
- }*/
+ }
// 4 clicks: configure this ramp mode
else if (event == EV_4clicks) {
push_state(ramp_config_state, 0);
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.