aboutsummaryrefslogtreecommitdiff
path: root/docs/anduril-manual.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-08added documentation section for Post-Off Voltage Display (POVD)Selene ToyKeeper1-0/+34
2025-07-07spacing, misc cleanup, made anchors work, fixed bad linkSelene ToyKeeper1-15/+23
(for some reason, "a name" wasn't working when clicked, but "a id" does)
2025-07-06there's another inherited setting nowSelene ToyKeeper1-0/+1
2025-07-06added more info about manual memory remembering channel modeSelene ToyKeeper1-4/+4
2025-07-06spaceSelene ToyKeeper1-1/+1
2025-07-06added info about simple vs advanced UI, and attiny85 battcheck resolutionSelene ToyKeeper1-12/+14
2025-07-06reworded a bit for consistency with the rest of the manualSelene ToyKeeper1-4/+4
2025-07-04made new settings apply to all button LEDs on lights bigger than 8K ROMSelene ToyKeeper1-17/+22
This replaces "USE_CONFIGURABLE_RGB_VOLTAGE_LEVELS" with "USE_AUX_THRESHOLD_CONFIG", which controls the brightness of button LEDs while the main LEDs are on, and during post-off voltage display. Same basic concept, but works on single-color LEDs too, and lets the user finally configure POVD thresholds. The code for this is a bit messy, but the aux LED code as a whole is pretty messy since it wasn't designed for the things it does now. The entire thing needs a refactor or rewrite someday. But not today. For now, this is just enough to make the pull request cover more use cases before merging into trunk. I've tested it on a variety of lights, but am not yet entirely comfortable with it. However, it worked on at least these: - 1-color button LED, no RGB - front RGB, 1-color button LED - front RGB, hardwired also to RGB button - RGB button, no other aux These may need extra changes, and may have extra config options which do nothing... - front RGB, no button LED - 1-color front aux, no button LED - no aux at all - attiny85 lights (some could theoretically support the new options, but none even try)
2025-01-22Manual: Add how to check which UI the user is indirtydancing1-0/+5
2024-12-19Manual: Document extra digit for battery checkdirtydancing1-5/+19
2024-12-04Manual: Add default for post-off voltage displaydirtydancing1-1/+1
2024-09-27Manual: Add channel mode to manual memorydirtydancing1-0/+4
2024-09-25Manual: Update options inherited by Simple UIdirtydancing1-0/+4
2024-08-04removed "Off -> 3H" strobe/mood mode access from Extended Simple UISelene ToyKeeper1-8/+4
fixes #85 The Simple UI is meant to be relatively child-safe, and the strobe modes are not. Users who want unsafe features enabled should use the full UI instead... and the strobe + mood modes should also have some safety features added, on drivers which have enough ROM to hold extra code.
2024-04-02Add a feature to make RGB voltage configurableSiteRelEnby1-1/+12
Adds two entries to the battery voltage settings menu, the first isathreshold for switching aux to high, and the second sets a minimum level for it to be displayed, also effectively allowing the feature to be entirely disabled if not wanted.
2024-02-19Improve manual - add links for navigability, and an FAQSiteRelEnby1-44/+52
2023-12-12Document aux LED settings in Tactical Modedirtydancing1-0/+2
2023-12-03docs: expanded / reorganized info on Version Check formatsSelene ToyKeeper1-13/+52
2023-11-30minor documentation updatesSelene ToyKeeper1-6/+6
2023-11-05docs: added info on contributing, fixed minor formatting issuesSelene ToyKeeper1-14/+25
2023-11-04renamed anduril-manual.txt -> anduril-manual.mdSelene ToyKeeper1-0/+0
2023-11-04converted anduril-manual.txt to markdown formatSelene ToyKeeper1-510/+595
2023-11-02reorganized project files (part 1)Selene ToyKeeper1-0/+0
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)
2023-10-12misc comments, spacing, documentationSelene ToyKeeper1-0/+1
2023-08-26added "smooth steps" a.k.a. "soft start", to make brightness steps smootherSelene ToyKeeper1-0/+9
(also made ramp extras config menu count its own steps)
2023-05-30documented new version check formatSelene ToyKeeper1-4/+7
2023-05-02documented post-off voltage display configSelene ToyKeeper1-57/+64
2023-05-02documented ramp 6C, ramp 4H, lockout 3H, and battcheck 3CSelene ToyKeeper1-2/+15
2023-04-30documented a couple recent changesSelene ToyKeeper1-0/+4
2023-04-19added stepped tint rampingSelene ToyKeeper1-37/+158
patch adapted from SammysHP: https://github.com/SammysHP/flashlight-firmware/commit/0df174a6f6cc2676703f55a9b86eb3d9b3896b33
2021-12-13Added "Lockout 3C -> Off", changed Lockout 4H blink (light) to a blip (dark),Selene ToyKeeper1-0/+4
adjusted a couple builds which overflowed.
2021-11-03added runtime config to choose tint-ramping or tint-toggleSelene ToyKeeper1-0/+10
(Off->9H option 1, 0=smooth, 1=toggle)
2021-10-31documented number entry 1H action (add 10) in UI tableSelene ToyKeeper1-0/+1
2021-10-28Clarified Ramp->2C behavior a bit more.Selene ToyKeeper1-4/+4
(old wording was confusing people)
2021-09-17clarified where brightness level comes from in beacon/sos/momentary modesSelene ToyKeeper1-6/+6
2021-09-14documented "hold" action in number entry stateSelene ToyKeeper1-0/+5
2021-08-31documented recent changes in the user manualSelene ToyKeeper1-20/+64
2021-08-23added documentation for the global config menu and jump start levelSelene ToyKeeper1-0/+26
2021-08-12document the actual maximum for manual memory timer (~140 minutes, not 255)Selene ToyKeeper1-1/+3
2021-04-13fixed wrong word in manual (turbo is in full UI only)Selene ToyKeeper1-1/+1
2020-10-16added ramp 3H -> momentary turboSelene ToyKeeper1-0/+2
2020-09-30improved docs, changed blinky order: Battcheck, Tempcheck, Beacon, SOSSelene ToyKeeper1-63/+93
2020-09-25tiny clarification in the manual about memorySelene ToyKeeper1-0/+5
(committed despite being tiny, so I can do a merge in a moment)
2020-09-24documentation improvements:Selene ToyKeeper1-15/+56
- moved MODELS to BRANDS - added MODELS file generated from "make models" - added version check info to manual - clarified how memory options work - fixed docs for auto-lock feature - small code comment clarifications
2020-09-24changed menu style and moved menus from "click" events to "hold" eventsSelene ToyKeeper1-32/+32
(also reduced ROM size by 126 bytes)
2020-09-15forgot to add hybrid memory to the documentationSelene ToyKeeper1-3/+14
2020-09-14added "disco" mode to RGB aux LEDs (fast random colors)Selene ToyKeeper1-1/+2
(patch to aux-leds.c contributed by SammysHP as "acid" mode) (also removed RGB config for a few lights because they were just duplicating the defaults, and were redundant)
2020-08-25made text manual consistent with UI reference tableSelene ToyKeeper1-38/+54
2020-08-24changed "Off 2H" to "ceil or turbo, based on simple UI active", andSelene ToyKeeper1-2/+3
changed "Full UI Ramp 2C" to "ceil or turbo, based on whether already ramped up or not"
2020-08-18shuffled functions around to make 4C lockout and 3C battcheck againSelene ToyKeeper1-8/+10
- moved all battcheck to 3C - moved all lockout to 4C - moved all unlock to 4C/4H - moved manual mem from 4C/4H to 10C/10H - moved auto-lock from 5C/5H to 10C/10H - added ramp 4C -> lockout - added ramp 5C -> momentary - added lockout 5C -> ramp ceiling