diff options
| author | Selene ToyKeeper | 2018-10-17 23:46:10 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-10-17 23:46:10 -0600 |
| commit | a58ba65298350e9e7a2f8ce33645cdf1db5916cd (patch) | |
| tree | 23fc3f005661c99ba96bf34d70804b06bb5c7d8a /spaghetti-monster | |
| parent | merged bug fix from upstream fsm branch (diff) | |
| download | anduril-a58ba65298350e9e7a2f8ce33645cdf1db5916cd.tar.gz anduril-a58ba65298350e9e7a2f8ce33645cdf1db5916cd.tar.bz2 anduril-a58ba65298350e9e7a2f8ce33645cdf1db5916cd.zip | |
PL47 doesn't need "low" mode for aux LED / switch LED
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-ff-pl47.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/cfg-ff-pl47.h b/spaghetti-monster/anduril/cfg-ff-pl47.h index d916e06..ef12964 100644 --- a/spaghetti-monster/anduril/cfg-ff-pl47.h +++ b/spaghetti-monster/anduril/cfg-ff-pl47.h @@ -17,7 +17,8 @@ // the "low" mode doesn't work on this light's aux LEDs // (but it does work on the switch LEDs) -//#define INDICATOR_LED_SKIP_LOW +// Fireflies wants to skip aux LED mode 1 (low) +#define INDICATOR_LED_SKIP_LOW // ... or if TICK_DURING_STANDBY is turned off: // off mode: high (2) |
