diff options
| author | Selene ToyKeeper | 2019-07-31 14:47:19 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-07-31 14:47:19 -0600 |
| commit | 3f89c8d35619e37fd6d80b75a7574c7802b3556b (patch) | |
| tree | e54a19f1cfd3da56cce7b6d8ddf0564da8f07af7 /spaghetti-monster | |
| parent | added support for Mateminco MF01-Mini (diff) | |
| download | anduril-3f89c8d35619e37fd6d80b75a7574c7802b3556b.tar.gz anduril-3f89c8d35619e37fd6d80b75a7574c7802b3556b.tar.bz2 anduril-3f89c8d35619e37fd6d80b75a7574c7802b3556b.zip | |
mf01-mini: enable aux LED low mode
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h index 2d1e5c7..e5db4f4 100644 --- a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h +++ b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h @@ -3,16 +3,16 @@ // the button lights up #define USE_INDICATOR_LED -#define INDICATOR_LED_SKIP_LOW // low mode doesn't work on this driver +//#define INDICATOR_LED_SKIP_LOW // low mode doesn't work on this driver // the button is visible while main LEDs are on //#define USE_INDICATOR_LED_WHILE_RAMPING // enable blinking indicator LED while off #define TICK_DURING_STANDBY #define STANDBY_TICK_SPEED 3 // every 0.128 s #define USE_FANCIER_BLINKING_INDICATOR -// off mode: high (2) +// off mode: low (1) // lockout: blinking (3) -#define INDICATOR_LED_DEFAULT_MODE ((3<<2) + 2) +#define INDICATOR_LED_DEFAULT_MODE ((3<<2) + 1) // don't blink during ramp, it's irrelevant and annoying on this light |
