diff options
| author | Selene ToyKeeper | 2019-11-24 21:35:40 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-11-24 21:35:40 -0700 |
| commit | 00b94bcce6cd96a1d007578915c9d4347efb36eb (patch) | |
| tree | 072e569b16395dc3d17932576650e779c62f73f0 /spaghetti-monster | |
| parent | merged d4v2-buttonled branch, which makes the D4V2's lighted button work (diff) | |
| download | anduril-00b94bcce6cd96a1d007578915c9d4347efb36eb.tar.gz anduril-00b94bcce6cd96a1d007578915c9d4347efb36eb.tar.bz2 anduril-00b94bcce6cd96a1d007578915c9d4347efb36eb.zip | |
enabled muggle mode again in all build targets, since it fits now
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-blf-q8.h | 5 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-emisar-d18.h | 6 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h | 6 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-mateminco-mf01s.h | 6 |
4 files changed, 0 insertions, 23 deletions
diff --git a/spaghetti-monster/anduril/cfg-blf-q8.h b/spaghetti-monster/anduril/cfg-blf-q8.h index 31c22ff..970fedb 100644 --- a/spaghetti-monster/anduril/cfg-blf-q8.h +++ b/spaghetti-monster/anduril/cfg-blf-q8.h @@ -13,11 +13,6 @@ // lockout: blinking (3) #define INDICATOR_LED_DEFAULT_MODE ((3<<2) + 2) -// doesn't quite fit -//#ifdef USE_MUGGLE_MODE -//#undef USE_MUGGLE_MODE -//#endif - // copied from Emisar D4 ramp // ../../bin/level_calc.py 1 65 7135 1 0.8 150 // ... mixed with this: diff --git a/spaghetti-monster/anduril/cfg-emisar-d18.h b/spaghetti-monster/anduril/cfg-emisar-d18.h index 02e8f01..16fbacd 100644 --- a/spaghetti-monster/anduril/cfg-emisar-d18.h +++ b/spaghetti-monster/anduril/cfg-emisar-d18.h @@ -16,12 +16,6 @@ #define USE_TENCLICK_THERMAL_CONFIG -// save space, and remove a mode which doesn't make much sense on this light -#ifdef USE_MUGGLE_MODE -#undef USE_MUGGLE_MODE -#endif - - // level_calc.py seventh 3 150 7135 1 1.4 117.99 7135 6 1 1706.86 FET 3 10 13000 // (designed to make 1x hit at level 50, and Nx hit at level 100) #define RAMP_LENGTH 150 diff --git a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h index a1d366d..bbf751b 100644 --- a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h +++ b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h @@ -15,12 +15,6 @@ #define INDICATOR_LED_DEFAULT_MODE ((3<<2) + 1) -// doesn't quite fit -#ifdef USE_MUGGLE_MODE -#undef USE_MUGGLE_MODE -#endif - - // don't blink during ramp, it's irrelevant and annoying on this light #define BLINK_AT_RAMP_CEILING #undef BLINK_AT_RAMP_MIDDLE diff --git a/spaghetti-monster/anduril/cfg-mateminco-mf01s.h b/spaghetti-monster/anduril/cfg-mateminco-mf01s.h index 22b497b..0585b38 100644 --- a/spaghetti-monster/anduril/cfg-mateminco-mf01s.h +++ b/spaghetti-monster/anduril/cfg-mateminco-mf01s.h @@ -14,12 +14,6 @@ #define INDICATOR_LED_DEFAULT_MODE ((3<<2) + 1) -// doesn't quite fit -//#ifdef USE_MUGGLE_MODE -//#undef USE_MUGGLE_MODE -//#endif - - // don't blink during ramp, it's irrelevant and annoying on this light #define BLINK_AT_RAMP_CEILING #undef BLINK_AT_RAMP_MIDDLE |
