aboutsummaryrefslogtreecommitdiff
path: root/hw/lumintop/fw3x-lume1/anduril.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-10fw3x: reduced pulsing on low modesSelene ToyKeeper1-2/+2
2023-11-28fixed FW3X thermal regulationSelene ToyKeeper1-0/+1
It had no minimum thermal stepdown defined, so it used MAX_7135 by default, which was level 149/150 ... thus virtually no regulation. I also made it easier to switch between internal and external temperature sensors by just commenting out a few lines in the hwdef.h.
2023-11-27FW3X: multiple upgrades...Selene ToyKeeper1-23/+9
- upgraded to DSM: lower lows, *much* smoother ramp - made lows more efficient with underclocking - fixed party strobe being too blurry - calibrated UI speed / bogomips multiplier - added readme to document this hardware's multiple quirks
2023-11-27fw3x: fixed swapped red+blue, fixed battery measurements, added police color ↵Selene ToyKeeper1-7/+20
strobe
2023-11-03moved ATTINY and MODEL_NUMBER into $target/arch and $target/model,Selene ToyKeeper1-2/+0
and updated other scripts and files accordingly
2023-11-03renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1)Selene ToyKeeper1-0/+0
(still need to update file contents afterward, but doing it in a separate commit so git can detect renames easier)
2023-11-02got things to compile again, renamed #includesSelene ToyKeeper1-1/+1
(also modified the build scripts to work with the new file structure)
2023-11-02reorganized project files (part 1)Selene ToyKeeper1-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-31converted fw3x-lume1 to new API, I thinkSelene ToyKeeper1-16/+6
(needs testing on actual hardware, and ideally tweaking to improve performance)
2023-04-17switched the rest of FSM + Anduril to use SPDX license headersSelene ToyKeeper1-1/+6
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-14aux LED config cleaning...Selene ToyKeeper1-6/+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-13config updates for Hank (Emisar / Noctigon):Selene ToyKeeper1-2/+0
- 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-10-18added model number to Lume1 FW3X build targetSelene ToyKeeper1-0/+4
2020-09-07cleaned up cfg-fw3x-lume1.h a little:Selene ToyKeeper1-19/+9
- removed old thermal definitions which aren't used any more - rearranged a couple options to group them better
2020-09-07adjusted Lume1 (FW3X) cfg and hwdef according to what seems right for itSelene ToyKeeper1-26/+20
(but it's not tested since I have no relevant hardware... need to get it tested by someone who has the hardware)
2020-09-02imported cfg and hwdef files for lume1Selene ToyKeeper1-0/+106