aboutsummaryrefslogtreecommitdiff
path: root/hw/hank/lume-x1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hank-lume-x1: enable RGB button while main LEDs are onSelene ToyKeeper2025-09-181-5/+8
| | | | | | (side effect: also enables RGB front aux while main LEDs are on, since the two are a single circuit internally and can't be separated) (changed at Hank's request)
* changed hank-lume-x1 model number back on 2024-09-28Selene ToyKeeper2025-01-051-1/+1
| | | | | for some reason, and didn't commit... saving now to change branches, but should delete this commit if it turns out there was no reason for it
* hank-lume-x1: minor calibration and cleaningSelene ToyKeeper2024-09-222-79/+39
| | | | | | - calibrated party strobe - removed duplicate or commented-out code - added a basic readme
* hank-lume-x1 cleanup and calibration, part 1:Selene ToyKeeper2024-09-224-18/+521
| | | | | | | | | | | | | | | - changed model number from 0281 to 0171 - cleaned up blink_negative and AUXLED_RGB_DIFFERENT_PORTS a little (but the latter needs a complete refactor, as soon as the hardware abstraction code can handle aux LEDs better) - cleaned up USE_LONG_BLINK_FOR_NEGATIVE_SIGN a little - removed USE_OTG_IN_MOMENTARY since it's not actually used - moved hw/loneoceans/lume-x1-avr32dd20/* files into hw/hank/lume-x1/ - superficial cleanup on hank/lume-x1/hwdef.* - removed some of the extra stuff from hank/lume-x1/anduril.h - adjusted calibration (especially ramp table) on hank-lume-x1 (ramp shape is pretty close to a D4K-boost now, but with more firefly modes) (calibration is based on a sample size of 1, further testing needed)
* cherry-picked hank-lume-x1 code from ↵Selene ToyKeeper2024-09-223-0/+35
https://github.com/loneoceans/anduril/commit/d83ebb75dab8c462b7efa841bccc00a136ff15a2 The [PR](https://github.com/ToyKeeper/anduril/pull/37) has a lot of other stuff in it, so I'm just picking out the parts needed for this particular light, and leaving the rest for later. Will need further edits before merging into trunk.