diff options
| author | Selene ToyKeeper | 2018-10-17 23:48:27 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-10-17 23:48:27 -0600 |
| commit | 6a16560a315307ecc6855570a23068fe43f158b6 (patch) | |
| tree | 660c106bc36845d35763b2bd419f5543d6b4032c /spaghetti-monster | |
| parent | Initial untested support for the Sofirn SP36 (like a Q8 but smaller). (diff) | |
| parent | PL47 doesn't need "low" mode for aux LED / switch LED (diff) | |
| download | anduril-6a16560a315307ecc6855570a23068fe43f158b6.tar.gz anduril-6a16560a315307ecc6855570a23068fe43f158b6.tar.bz2 anduril-6a16560a315307ecc6855570a23068fe43f158b6.zip | |
merged PL47 branch
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) |
