diff options
| author | SiteRelEnby | 2023-11-06 14:50:06 -0600 |
|---|---|---|
| committer | SiteRelEnby | 2024-04-02 21:34:36 -0500 |
| commit | d7c7ff8e921456b1f1a27ad16f6d3466157c91c4 (patch) | |
| tree | 65c1bf7a48f4f29eb99af94ce687c03ff90cb2c5 /hw/hank/noctigon-k1/sbt90/anduril.h | |
| parent | use smooth steps in lockout mode, if enabled (diff) | |
| download | anduril-d7c7ff8e921456b1f1a27ad16f6d3466157c91c4.tar.gz anduril-d7c7ff8e921456b1f1a27ad16f6d3466157c91c4.tar.bz2 anduril-d7c7ff8e921456b1f1a27ad16f6d3466157c91c4.zip | |
Add a feature to make RGB voltage configurable
Adds two entries to the battery voltage settings menu, the first
isathreshold for switching aux to high, and the second sets a minimum
level for it to be displayed, also effectively allowing the feature to
be entirely disabled if not wanted.
Diffstat (limited to 'hw/hank/noctigon-k1/sbt90/anduril.h')
| -rw-r--r-- | hw/hank/noctigon-k1/sbt90/anduril.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/hank/noctigon-k1/sbt90/anduril.h b/hw/hank/noctigon-k1/sbt90/anduril.h index 6943a0a..ef9e067 100644 --- a/hw/hank/noctigon-k1/sbt90/anduril.h +++ b/hw/hank/noctigon-k1/sbt90/anduril.h @@ -14,6 +14,7 @@ // this light has three aux LED channels: R, G, B #define USE_AUX_RGB_LEDS #define USE_AUX_RGB_LEDS_WHILE_ON 10 +#define USE_CONFIGURABLE_RGB_VOLTAGE_LEVELS #define USE_INDICATOR_LED_WHILE_RAMPING |
