diff options
| author | Selene ToyKeeper | 2023-11-30 08:44:31 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-30 08:44:31 -0700 |
| commit | 1153a7c8b4130abb62654476bc958399d687cbf2 (patch) | |
| tree | 26368a25fa8979c86e6063aade76bbd738511420 /hw/lumintop/fw3x-lume1/rgbswap | |
| parent | prevent future issues like the FW3X had (diff) | |
| download | anduril-1153a7c8b4130abb62654476bc958399d687cbf2.tar.gz anduril-1153a7c8b4130abb62654476bc958399d687cbf2.tar.bz2 anduril-1153a7c8b4130abb62654476bc958399d687cbf2.zip | |
added a build target for FW3X with manually-fixed RGB aux wiring
Diffstat (limited to '')
| -rw-r--r-- | hw/lumintop/fw3x-lume1/rgbswap/anduril.h | 11 | ||||
| -rw-r--r-- | hw/lumintop/fw3x-lume1/rgbswap/model | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/hw/lumintop/fw3x-lume1/rgbswap/anduril.h b/hw/lumintop/fw3x-lume1/rgbswap/anduril.h new file mode 100644 index 0000000..2fba7ff --- /dev/null +++ b/hw/lumintop/fw3x-lume1/rgbswap/anduril.h @@ -0,0 +1,11 @@ +// FW3X (RGB aux swapped) config options for Anduril +// Copyright (C) 2023 Selene ToyKeeper +// SPDX-License-Identifier: GPL-3.0-or-later +#pragma once + +// Lumintop swapped red and blue wires. Some people fixed the wiring. +// Then the firmware fixed the pinouts to match Lumintop's wiring. +// This firmware exists for people who fixed their wiring. +#define FW3X_RGB_SWAP +#include "lumintop/fw3x-lume1/anduril.h" + diff --git a/hw/lumintop/fw3x-lume1/rgbswap/model b/hw/lumintop/fw3x-lume1/rgbswap/model new file mode 100644 index 0000000..44505ce --- /dev/null +++ b/hw/lumintop/fw3x-lume1/rgbswap/model @@ -0,0 +1 @@ +0315 |
