blob: 2fba7ff794cfae0802cdea1e63fa948c020475d2 (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|