| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-11-03 | moved ATTINY and MODEL_NUMBER into $target/arch and $target/model, | Selene ToyKeeper | 1 | -2/+0 | |
| and updated other scripts and files accordingly | |||||
| 2023-11-03 | moved variant builds under their parent, like "d4-219" -> "d4/219" | Selene ToyKeeper | 1 | -1/+1 | |
| 2023-11-03 | renamed cfg.h -> anduril.h inside source files | Selene ToyKeeper | 1 | -1/+1 | |
| 2023-11-03 | renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1) | Selene ToyKeeper | 1 | -0/+0 | |
| (still need to update file contents afterward, but doing it in a separate commit so git can detect renames easier) | |||||
| 2023-11-02 | got things to compile again, renamed #includes | Selene ToyKeeper | 1 | -2/+2 | |
| (also modified the build scripts to work with the new file structure) | |||||
| 2023-11-02 | reorganized project files (part 1) | Selene ToyKeeper | 1 | -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-29 | converted noctigon-k1-boost to multi-channel with PWM+DSM | Selene ToyKeeper | 1 | -15/+43 | |
| (it's almost identical to noctigon-dm11-boost) | |||||
| 2023-04-17 | switched the rest of FSM + Anduril to use SPDX license headers | Selene ToyKeeper | 1 | -0/+4 | |
| instead of full GPL headers (or all too often, nothing at all) There are a few "FIXME" entries where I'm not sure about the correct copyright. | |||||
| 2021-04-14 | aux LED config cleaning... | Selene ToyKeeper | 1 | -4/+0 | |
| - use fancy blinking mode by default (define USE_OLD_BLINKING_INDICATOR if old slow mode is wanted) - remove TICK_DURING_STANDBY from all cfg-*.h files because it's enabled automatically by other features anyway (autolock, memory timer) - remove STANDBY_TICK_SPEED from cfg-*.h because all the values matched the default anyway so it was redundant - set rot66 button LED to high+blinking instead of high+off (it was only "off" because it ran out of space, and that was resolved) - enabled fancier indicator by default on fireflies-ui and rampingiosv3, since its other #define clauses were removed (not sure if those older UIs still compile, but if so, it's worth at least trying not to break it) | |||||
| 2021-04-13 | config updates for Hank (Emisar / Noctigon): | Selene ToyKeeper | 1 | -0/+1 | |
| - use cycling rainbow mode by default on lights with RGB LEDs (instead of voltage, because it's better for impressing new users) - use 2C turbo instead of 2C ceiling (Anduril 1 style instead of Anduril 2 style) also some other minor housekeeping... - make all K1 models use consistent rainbow cycling speed - enable auto-lock and manual memory timer on Emisar D1v2 - remove redundant RGB config on Lume1 (it had incorrect comments anyway) | |||||
| 2020-09-25 | reduced temperature limit for Noctigon K1-12V, to avoid overheating the ↵ | Selene ToyKeeper | 1 | -2/+6 | |
| boost circuit | |||||
| 2020-09-14 | added "disco" mode to RGB aux LEDs (fast random colors) | Selene ToyKeeper | 1 | -2/+0 | |
| (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-31 | added model numbers to each build target, and to version check function | Selene ToyKeeper | 1 | -0/+1 | |
| 2020-08-20 | raised ceiling levels for simple UI in each build target | Selene ToyKeeper | 1 | -1/+3 | |
| (the idea is "high but not crazy", or around 100% to 150% of thermally-sustainable level) ... and set the default steps to 5 instead of 3 | |||||
| 2020-08-05 | moved Simple UI actions from 8C/8H -> 10C/10H... and removed ↵ | Selene ToyKeeper | 1 | -3/+0 | |
| USE_TENCLICK_THERMAL_CONFIG (the tenclick thermal thing isn't relevant ever since factory reset was added) | |||||
| 2020-07-12 | cleaned up s/ceiling/ceil/ and s/muggle_/simple_ui_/ in config files | Selene ToyKeeper | 1 | -4/+4 | |
| 2020-04-27 | calibrated K1 and K1-12V thermal response (smaller, slower) and candle mode ↵ | Selene ToyKeeper | 1 | -2/+9 | |
| (wobblier), and gave K1-12V a lower moon mode | |||||
| 2020-04-26 | applied ADC rewrite updates to most recent build targets | Selene ToyKeeper | 1 | -12/+0 | |
| 2020-02-26 | K1 12V needs party strobe slowed down even more | Selene ToyKeeper | 1 | -1/+1 | |
| 2020-02-25 | Added template files for Noctigon K1 12V model. | Selene ToyKeeper | 1 | -3/+2 | |
| 2019-11-28 | changed voltage colors to better match Noctigon K1 | Selene ToyKeeper | 1 | -1/+1 | |
| 2019-11-25 | renamed Emisar D1S V2 -> Noctigon K1 | Selene ToyKeeper | 1 | -3/+4 | |
| 2019-11-25 | increased Noctigon K1's default temperature limit to 55 C | Selene ToyKeeper | 1 | -0/+4 | |
| 2019-08-06 | measured and adjusted D1S v2 ramp parameters | Selene ToyKeeper | 1 | -2/+6 | |
| 2019-08-05 | fixed party strobe on D1S v2, set better default aux LED modes, enabled aux ↵ | Selene ToyKeeper | 1 | -1/+7 | |
| LEDs in blinky modes, fixed user feedback when changing aux LED mode, refactored voltage-to-auxled-color code | |||||
| 2019-07-30 | added an early version of Emisar D1S v2 hwdef and cfg files | Selene ToyKeeper | 1 | -0/+51 | |
| (it compiles, but most likely doesn't actually work because it's far from finished) | |||||
