From 89ea4e6f8ac15d3cb12d5562df9681c9d650b5f8 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 22 Sep 2024 16:46:40 -0600 Subject: cherry-picked hank-lume-x1 code from 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. --- hw/hank/lume-x1/model | 1 + 1 file changed, 1 insertion(+) create mode 100644 hw/hank/lume-x1/model (limited to 'hw/hank/lume-x1/model') diff --git a/hw/hank/lume-x1/model b/hw/hank/lume-x1/model new file mode 100644 index 0000000..7c5bbe4 --- /dev/null +++ b/hw/hank/lume-x1/model @@ -0,0 +1 @@ +0281 \ No newline at end of file -- cgit v1.2.3 From 6be8fff532c4be83126517a6e3b7b725548761c2 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 22 Sep 2024 17:15:47 -0600 Subject: hank-lume-x1 cleanup and calibration, part 1: - 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) --- hw/hank/lume-x1/model | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/hank/lume-x1/model') diff --git a/hw/hank/lume-x1/model b/hw/hank/lume-x1/model index 7c5bbe4..804443a 100644 --- a/hw/hank/lume-x1/model +++ b/hw/hank/lume-x1/model @@ -1 +1 @@ -0281 \ No newline at end of file +0171 -- cgit v1.2.3 From f410319ec0f3288bd5899de519e35dc82b4f7bea Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 5 Jan 2025 23:02:55 -0700 Subject: changed hank-lume-x1 model number back on 2024-09-28 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 --- hw/hank/lume-x1/model | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/hank/lume-x1/model') diff --git a/hw/hank/lume-x1/model b/hw/hank/lume-x1/model index 804443a..5a0d2ba 100644 --- a/hw/hank/lume-x1/model +++ b/hw/hank/lume-x1/model @@ -1 +1 @@ -0171 +0281 -- cgit v1.2.3