diff options
| author | Selene ToyKeeper | 2025-06-19 17:10:43 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2025-06-19 17:10:43 -0600 |
| commit | be4d47a19eec28fa4c93364351c811aef302d9a8 (patch) | |
| tree | 5cea254976c480fe8d882f4503d647e0e9f52c0a /hw/hank/emisar-d1v2/nofet | |
| parent | lockout mode now only does momentary moon/low on 1st and 2nd presses, (diff) | |
| parent | Merge branch 'main' into rgb-voltage-configurable (diff) | |
| download | anduril-be4d47a19eec28fa4c93364351c811aef302d9a8.tar.gz anduril-be4d47a19eec28fa4c93364351c811aef302d9a8.tar.bz2 anduril-be4d47a19eec28fa4c93364351c811aef302d9a8.zip | |
Merge branch 'rgb-voltage-configurable' of github.com:SiteRelEnby/anduril into pr10-SiteRelEnby-rgb-voltage-configurable
pulling pr10 branch into a feature branch based on a newer trunk
* 'rgb-voltage-configurable' of github.com:SiteRelEnby/anduril:
Add a feature to make RGB voltage configurable
Diffstat (limited to 'hw/hank/emisar-d1v2/nofet')
| -rw-r--r-- | hw/hank/emisar-d1v2/nofet/anduril.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/hank/emisar-d1v2/nofet/anduril.h b/hw/hank/emisar-d1v2/nofet/anduril.h index 1c320e7..7900d98 100644 --- a/hw/hank/emisar-d1v2/nofet/anduril.h +++ b/hw/hank/emisar-d1v2/nofet/anduril.h @@ -13,6 +13,7 @@ // the aux LEDs are in the button, so use them while main LEDs are on #define USE_AUX_RGB_LEDS #define USE_AUX_RGB_LEDS_WHILE_ON 25 +#define USE_CONFIGURABLE_RGB_VOLTAGE_LEVELS #define USE_INDICATOR_LED_WHILE_RAMPING // safe limit: same as regular ramp |
