| Commit message (Collapse) | Author | Files | Lines |
|
(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, but has an aux LED
so there's less room for other stuff)
|
|
(it's mostly the same as FW3A)
|
|
(my FW3A dev host is dead though, so the DD FET channel
isn't 100% confirmed to work ... will have to solder together
a new dev host at some point)
|
|
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.
|
|
|
|
(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
|
|
USE_TENCLICK_THERMAL_CONFIG
(the tenclick thermal thing isn't relevant ever since factory reset was added)
|
|
|
|
(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.
|