| Commit message (Collapse) | Author | Files | Lines |
|
and updated other scripts and files accordingly
|
|
|
|
(still need to update file contents afterward,
but doing it in a separate commit so git can detect renames easier)
|
|
(also modified the build scripts to work with the new file structure)
|
|
(just moved files, didn't change the contents yet,
and nothing will work without updating #includes and build scripts and stuff)
|
|
(it's mostly the same as FW3A)
|
|
instead of full GPL headers (or all too often, nothing at all)
There are a few "FIXME" entries where I'm not sure about the correct copyright.
|
|
Tactical Mode is similar to Momentary Mode or Lockout Mode, but it has
three mode slots which are independent of other config values. The default
is a classic tactical setup with "high, low, strobe", each with immediate
activation as soon as the button is pressed.
Each slot can be a regular ramp level 1 to 150, or a strobe-group mode.
To exit, press 6C or loosen/tighten the tailcap.
Aux LEDs follow the same pattern as Lockout Mode.
To configure, use 7H. There are 3 options, one for each slot.
Enter a number 1 to 150 for a ramp mode, 0 for current strobe,
or 151+ for a specific strobe mode.
|
|
- use cycling rainbow mode by default on lights with RGB LEDs
(instead of voltage, because it's better for impressing new users)
- use 2C turbo instead of 2C ceiling (Anduril 1 style instead of Anduril 2 style)
also some other minor housekeeping...
- make all K1 models use consistent rainbow cycling speed
- enable auto-lock and manual memory timer on Emisar D1v2
- remove redundant RGB config on Lume1 (it had incorrect comments anyway)
|
|
|
|
(the idea is "high but not crazy", or around 100% to 150% of thermally-sustainable level)
... and set the default steps to 5 instead of 3
|
|
(but removed aux LED support from D18, because the stock version has none)
|
|
mode on those.
|
|
bytes under)
|
|
|
|
because the MAX_1x7135 level is wrong on some lights (like the D4v2.5)
... and generally adjusted anything else necessary to make that work.
(including a lower default on D18 and D4Sv2, which were both too high)
|
|
symbols
|
|
|
|
ramp-down if button is held too long at ceiling
(also removed muggle mode from a couple build targets because it doesn't fit, not enough ROM)
|
|
(but I haven't finished testing yet, so it's still possible it could be needed on D4)
|
|
|
|
|
|
|
|
|
|
instead of having to hard-code a bunch of specific recognized values.
|
|
|
|
Made sure D1/D1S/D4S aren't affected.
|
|
Renamed THERM_DOUBLE_SPEED_LEVEL to THERM_FASTER_LEVEL, since
it's not really 2X speed, it's 4X or more.
This parameter defines approximately how bright the light can be
without being considered risky or "turbo". Or the threshold between
optimizing for rapid response vs optimizing for no oscillations.
|
|
adjustment speed.
Added a THERM_HARD_TURBO_DROP option, but after fixing the previous bug I'm not sure it's really needed.
Decreased default temperature ceiling to 45 C (was 50).
|
|
Added a method to allow driver configs to override default ramp tables.
|
|
|
|
General code cleanup and notes.
Fixed build when thermal regulation is turned off.
May have fixed (or at least improved) issue with main LED interfering with aux LEDs during aux LED config.
|