aboutsummaryrefslogtreecommitdiff
path: root/docs/anduril-manual.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spacing, misc cleanup, made anchors work, fixed bad linkSelene ToyKeeper2025-07-071-15/+23
| | | | (for some reason, "a name" wasn't working when clicked, but "a id" does)
* Merge branch 'improve-manual' of github.com:SiteRelEnby/anduril into ↵Selene ToyKeeper2025-07-071-43/+55
|\ | | | | | | | | | | | | | | | | | | | | | | pr51-SiteRelEnby-improve-manual # By SiteRelEnby # Via SiteRelEnby * 'improve-manual' of github.com:SiteRelEnby/anduril: Improve manual - add links for navigability, and an FAQ # Conflicts: # docs/anduril-manual.md
| * Improve manual - add links for navigability, and an FAQSiteRelEnby2024-02-191-44/+52
| |
* | Merge branch 'documentation-tactical-mode' of ↵Selene ToyKeeper2025-07-061-0/+2
|\ \ | | | | | | | | | | | | | | | | | | github.com:dirtydancing/anduril into pr31-dirtydancing-documentation-tactical-mode * 'documentation-tactical-mode' of github.com:dirtydancing/anduril: Document aux LED settings in Tactical Mode
| * | Document aux LED settings in Tactical Modedirtydancing2023-12-121-0/+2
| |/
* | there's another inherited setting nowSelene ToyKeeper2025-07-061-0/+1
| |
* | Merge branch 'documentation-simple-inherits' of ↵Selene ToyKeeper2025-07-061-0/+4
|\ \ | | | | | | | | | | | | | | | | | | github.com:dirtydancing/anduril into pr105-dirtydancing-documentation-simple-inherits * 'documentation-simple-inherits' of github.com:dirtydancing/anduril: Manual: Update options inherited by Simple UI
| * | Manual: Update options inherited by Simple UIdirtydancing2024-09-251-0/+4
| | |
* | | added more info about manual memory remembering channel modeSelene ToyKeeper2025-07-061-4/+4
| | |
* | | Merge branch 'documentation-manual-memory' of ↵Selene ToyKeeper2025-07-061-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | github.com:dirtydancing/anduril into pr106-dirtydancing-documentation-manual-memory * 'documentation-manual-memory' of github.com:dirtydancing/anduril: Manual: Add channel mode to manual memory
| * | | Manual: Add channel mode to manual memorydirtydancing2024-09-271-0/+4
| |/ /
* | | spaceSelene ToyKeeper2025-07-061-1/+1
| | |
* | | Merge branch 'documentation-povd-default' of github.com:dirtydancing/anduril ↵Selene ToyKeeper2025-07-061-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into pr124-dirtydancing-documentation-povd-default * 'documentation-povd-default' of github.com:dirtydancing/anduril: Manual: Add default for post-off voltage display
| * | | Manual: Add default for post-off voltage displaydirtydancing2024-12-041-1/+1
| |/ /
* | | added info about simple vs advanced UI, and attiny85 battcheck resolutionSelene ToyKeeper2025-07-061-12/+14
| | |
* | | Merge branch 'documentation-battery-check' of ↵Selene ToyKeeper2025-07-061-5/+19
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | github.com:dirtydancing/anduril into pr125-dirtydancing-documentation-battery-check * 'documentation-battery-check' of github.com:dirtydancing/anduril: Manual: Document extra digit for battery check
| * | | Manual: Document extra digit for battery checkdirtydancing2024-12-191-5/+19
| |/ /
* | | reworded a bit for consistency with the rest of the manualSelene ToyKeeper2025-07-061-4/+4
| | |
* | | Merge branch 'documentation-check-UI' of github.com:dirtydancing/anduril ↵Selene ToyKeeper2025-07-061-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into pr126-dirtydancing-documentation-check-UI * 'documentation-check-UI' of github.com:dirtydancing/anduril: Manual: Add how to check which UI the user is in
| * | | Manual: Add how to check which UI the user is indirtydancing2025-01-221-0/+5
| |/ /
* | | made new settings apply to all button LEDs on lights bigger than 8K ROMSelene ToyKeeper2025-07-041-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)
* | | Merge branch 'main' into rgb-voltage-configurableSiteRelEnby2024-09-241-8/+4
|\| |
| * | removed "Off -> 3H" strobe/mood mode access from Extended Simple UISelene ToyKeeper2024-08-041-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.
* / Add a feature to make RGB voltage configurableSiteRelEnby2024-04-021-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.
* docs: expanded / reorganized info on Version Check formatsSelene ToyKeeper2023-12-031-13/+52
|
* minor documentation updatesSelene ToyKeeper2023-11-301-6/+6
|
* docs: added info on contributing, fixed minor formatting issuesSelene ToyKeeper2023-11-051-14/+25
|
* renamed anduril-manual.txt -> anduril-manual.mdSelene ToyKeeper2023-11-041-0/+1079