| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-02-08 | added documentation section for Post-Off Voltage Display (POVD) | Selene ToyKeeper | 1 | -0/+34 | |
| 2025-07-07 | spacing, misc cleanup, made anchors work, fixed bad link | Selene ToyKeeper | 1 | -15/+23 | |
| (for some reason, "a name" wasn't working when clicked, but "a id" does) | |||||
| 2025-07-06 | there's another inherited setting now | Selene ToyKeeper | 1 | -0/+1 | |
| 2025-07-06 | added more info about manual memory remembering channel mode | Selene ToyKeeper | 1 | -4/+4 | |
| 2025-07-06 | space | Selene ToyKeeper | 1 | -1/+1 | |
| 2025-07-06 | added info about simple vs advanced UI, and attiny85 battcheck resolution | Selene ToyKeeper | 1 | -12/+14 | |
| 2025-07-06 | reworded a bit for consistency with the rest of the manual | Selene ToyKeeper | 1 | -4/+4 | |
| 2025-07-04 | made new settings apply to all button LEDs on lights bigger than 8K ROM | Selene ToyKeeper | 1 | -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-22 | Manual: Add how to check which UI the user is in | dirtydancing | 1 | -0/+5 | |
| 2024-12-19 | Manual: Document extra digit for battery check | dirtydancing | 1 | -5/+19 | |
| 2024-12-04 | Manual: Add default for post-off voltage display | dirtydancing | 1 | -1/+1 | |
| 2024-09-27 | Manual: Add channel mode to manual memory | dirtydancing | 1 | -0/+4 | |
| 2024-09-25 | Manual: Update options inherited by Simple UI | dirtydancing | 1 | -0/+4 | |
| 2024-08-04 | removed "Off -> 3H" strobe/mood mode access from Extended Simple UI | Selene ToyKeeper | 1 | -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-02 | Add a feature to make RGB voltage configurable | SiteRelEnby | 1 | -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-19 | Improve manual - add links for navigability, and an FAQ | SiteRelEnby | 1 | -44/+52 | |
| 2023-12-12 | Document aux LED settings in Tactical Mode | dirtydancing | 1 | -0/+2 | |
| 2023-12-11 | clarified which-hex-file.md a bit; make sure the model number matches | Selene ToyKeeper | 1 | -4/+7 | |
| 2023-12-03 | docs: expanded / reorganized info on Version Check formats | Selene ToyKeeper | 2 | -44/+63 | |
| 2023-12-01 | added docs/battery-rainbow.png from old repo, since it's still relevant | Selene ToyKeeper | 1 | -0/+0 | |
| 2023-11-30 | minor documentation updates | Selene ToyKeeper | 2 | -8/+9 | |
| 2023-11-05 | docs: added info on contributing, fixed minor formatting issues | Selene ToyKeeper | 1 | -14/+25 | |
| 2023-11-04 | renamed anduril-manual.txt -> anduril-manual.md | Selene ToyKeeper | 1 | -0/+0 | |
| 2023-11-04 | converted anduril-manual.txt to markdown format | Selene ToyKeeper | 1 | -510/+595 | |
| 2023-11-04 | improved DFP setup and support: | Selene ToyKeeper | 1 | -0/+4 | |
| - `./make dfp` downloads and installs Atmel DFPs for each supported MCU - build.sh detects and uses attiny or avrdd, and others are simple to add - updated setup info in /README.md ... also some other small documentation updates. | |||||
| 2023-11-03 | documentation updates... | Selene ToyKeeper | 2 | -13/+198 | |
| - fleshed out main README.md a bit - improved github formatting for docs/which-hex-file.md - added 'make docs' to preview .md files as .html - ignore html files generated by 'make docs' - removed rampingios-v3.html file generated years ago | |||||
| 2023-11-03 | added docs/which-hex-file.md to answer the #1 FAQ | Selene ToyKeeper | 1 | -0/+39 | |
| 2023-11-02 | reorganized project files (part 1) | Selene ToyKeeper | 3 | -0/+5915 | |
| (just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff) | |||||
