| Commit message (Expand) | Author | Files | Lines |
| 2021-02-01 | Updated the Sofirn SP10S Anduril board | Gabriel Hart | 2 | -3/+1 |
| 2021-01-12 | Clean up a couple unnecessary #defines in gchart fet1 config file | Gabriel Hart | 1 | -8/+0 |
| 2021-01-12 | Add the override of ATTINY setting to 1616 for the new T1616 config files | Gabriel Hart | 3 | -0/+3 |
| 2021-01-12 | Add hwdef for BLF Q8 with t1616 and cfg files for the Q8, Lantern, and SP36 | Gabriel Hart | 4 | -0/+166 |
| 2021-01-12 | Rename SP10Ss hwdef file to align with others | Gabriel Hart | 1 | -1/+1 |
| 2021-01-12 | Add Sofirn SP10S (adapter) and dual-voltage logic | Gabriel Hart | 4 | -1/+36 |
| 2020-12-20 | Fix 1-Series standby tick speed, use 2C Turbo | Gabriel Hart | 3 | -3/+6 |
| 2020-12-18 | Add AVR 1-Series and t1616 board and scripts | Gabriel Hart | 9 | -6/+185 |
| 2020-10-18 | added model number to Lume1 FW3X build target | Selene ToyKeeper | 2 | -0/+5 |
| 2020-10-18 | minor update to anduril-ui.png (added clarification of what "3H" means) | Selene ToyKeeper | 2 | -27/+5 |
| 2020-10-16 | added ramp 3H -> momentary turbo | Selene ToyKeeper | 2 | -0/+16 |
| 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-09-07 | cleaned up cfg-fw3x-lume1.h a little: | Selene ToyKeeper | 1 | -19/+9 |
| 2020-09-07 | adjusted Lume1 (FW3X) cfg and hwdef according to what seems right for it | Selene ToyKeeper | 1 | -26/+20 |
| 2020-09-07 | added support for LED_ENABLE_PIN having a min/max ramp level where it turns on | Selene ToyKeeper | 1 | -3/+21 |
| 2020-09-07 | added support for external thermal sensors in fsm-adc.c | Selene ToyKeeper | 1 | -0/+14 |
| 2020-09-02 | imported cfg and hwdef files for lume1 | Selene ToyKeeper | 1 | -0/+106 |
| 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 |