| Commit message (Expand) | Author | Files | Lines |
| 2020-09-30 | improved docs, changed blinky order: Battcheck, Tempcheck, Beacon, SOS | Selene ToyKeeper | 6 | -94/+127 |
| 2020-09-27 | fixed factory reset (forgot one line in previous commit) | Selene ToyKeeper | 1 | -0/+1 |
| 2020-09-27 | reworked nice_delay interrupt system and fixed some old issues: | Selene ToyKeeper | 7 | -37/+38 |
| 2020-09-27 | fixed bug: momentary bike mode could sometimes get stuck on for a few seconds... | Selene ToyKeeper | 1 | -0/+1 |
| 2020-09-25 | tiny clarification in the manual about memory | Selene ToyKeeper | 1 | -0/+5 |
| 2020-09-25 | reduced temperature limit for Noctigon K1-12V, to avoid overheating the boost... | Selene ToyKeeper | 1 | -2/+6 |
| 2020-09-25 | removed ROM-size reduction options from larger build targets; not needed any ... | Selene ToyKeeper | 3 | -11/+0 |
| 2020-09-25 | reduced ROM size by ~58 to ~88 bytes by making lookup tables const | Selene ToyKeeper | 1 | -5/+5 |
| 2020-09-25 | reduced ROM 4 bytes by rearranging thermal_config_save() logic a bit | Selene ToyKeeper | 1 | -7/+6 |
| 2020-09-24 | documentation improvements: | Selene ToyKeeper | 6 | -35/+122 |
| 2020-09-24 | reduced ROM another 24 bytes by refactoring config-mode.c | Selene ToyKeeper | 1 | -16/+4 |
| 2020-09-24 | fixed bug: zero clicks in ceiling config set ceiling to nonsense value | Selene ToyKeeper | 1 | -3/+3 |
| 2020-09-24 | re-added features to build targets which were too big before | Selene ToyKeeper | 3 | -4/+4 |
| 2020-09-24 | changed menu style and moved menus from "click" events to "hold" events | Selene ToyKeeper | 11 | -175/+180 |
| 2020-09-18 | clearer comments about "Ramp 2C" behaviors with each build option | Selene ToyKeeper | 1 | -6/+7 |
| 2020-09-18 | added USE_2C_MAX_TURBO option from Tom E | Selene ToyKeeper | 2 | -4/+19 |
| 2020-09-15 | forgot to add hybrid memory to the documentation | Selene ToyKeeper | 1 | -3/+14 |
| 2020-09-15 | added hybrid memory option (a.k.a. manual memory timer) | Selene ToyKeeper | 11 | -12/+91 |
| 2020-09-14 | added "disco" mode to RGB aux LEDs (fast random colors) | Selene ToyKeeper | 7 | -16/+14 |
| 2020-09-14 | reorganized code in fsm-events.* to put things in a more coherent order | Selene ToyKeeper | 3 | -87/+95 |
| 2020-09-14 | fixed bug: ticks_since_last_event wasn't getting reset on button hold release | Selene ToyKeeper | 4 | -8/+9 |
| 2020-09-14 | fixed bug: ramp 2H at floor went up instead of staying at floor | Selene ToyKeeper | 1 | -3/+3 |
| 2020-08-31 | added model numbers to each build target, and to version check function | Selene ToyKeeper | 39 | -2/+79 |
| 2020-08-31 | reduced size 18 bytes by removing unnecessary duplications of blink_once() | Selene ToyKeeper | 2 | -5/+1 |
| 2020-08-31 | removed blink_confirm() because it's not used any more | Selene ToyKeeper | 2 | -2/+12 |
| 2020-08-31 | removed unnecessary blink_once calls, made blink_once a bit less bright | Selene ToyKeeper | 3 | -4/+1 |
| 2020-08-31 | made manual memory work when unlocking light | Selene ToyKeeper | 1 | -0/+5 |
| 2020-08-30 | steps.py: fixed python3 floating-point error | Selene ToyKeeper | 1 | -1/+1 |
| 2020-08-25 | made text manual consistent with UI reference table | Selene ToyKeeper | 1 | -38/+54 |
| 2020-08-24 | set more sensible defaults for simple UI levels | Selene ToyKeeper | 1 | -2/+2 |
| 2020-08-24 | changed "Off 2H" to "ceil or turbo, based on simple UI active", and | Selene ToyKeeper | 3 | -9/+18 |
| 2020-08-23 | attempt to fix laggy voltage readings right after waking, on FW3A | Selene ToyKeeper | 4 | -11/+15 |
| 2020-08-20 | raised ceiling levels for simple UI in each build target | Selene ToyKeeper | 27 | -26/+152 |
| 2020-08-18 | made FF ROT66G2 and MF01-Mini build targets fit in 8192 bytes again | Selene ToyKeeper | 2 | -2/+2 |
| 2020-08-18 | fixed auto-lock timings again, based on measurement averages of several lights | Selene ToyKeeper | 1 | -6/+6 |
| 2020-08-18 | fixed auto-lock timing, this time based on measurements of a D4v2 instead of ... | Selene ToyKeeper | 1 | -6/+6 |
| 2020-08-18 | fixed timing of auto-lock function, added SLEEP_TICKS_PER_MINUTE constants | Selene ToyKeeper | 2 | -1/+14 |
| 2020-08-18 | shuffled functions around to make 4C lockout and 3C battcheck again | Selene ToyKeeper | 4 | -40/+62 |
| 2020-08-09 | remapped "Off -> 2H" to momentary ceiling | Selene ToyKeeper | 2 | -4/+10 |
| 2020-08-06 | Added a reference table to the manual, listing all button mappings | Selene ToyKeeper | 1 | -0/+77 |
| 2020-08-06 | many button remappings: | Selene ToyKeeper | 5 | -53/+98 |
| 2020-08-05 | documented new Anduril2 changes in anduril-manual.txt | Selene ToyKeeper | 1 | -89/+218 |
| 2020-08-05 | changed sunset timer unit from 10m to 5m | Selene ToyKeeper | 2 | -2/+2 |
| 2020-08-05 | moved Simple UI actions from 8C/8H -> 10C/10H... and removed USE_TENCLICK_TH... | Selene ToyKeeper | 11 | -36/+4 |
| 2020-08-05 | re-enabled voltage correction on D18 and ROT66G2, because it fits now | Selene ToyKeeper | 2 | -19/+1 |
| 2020-08-05 | organized config defaults, added some ramp options to default config | Selene ToyKeeper | 3 | -18/+39 |
| 2020-08-05 | made lockout momentary always use lowest first, and use manual mem level on s... | Selene ToyKeeper | 2 | -18/+13 |
| 2020-08-05 | added support for 1-step ramps in stepped ramp mode | Selene ToyKeeper | 1 | -4/+11 |
| 2020-08-05 | made a couple actions use blink_once() instead of blip(), for better consistency | Selene ToyKeeper | 2 | -3/+3 |
| 2020-08-05 | reduced rom 34 bytes by merging ramp-up code with ramp-down code | Selene ToyKeeper | 2 | -79/+10 |