diff options
| author | Selene ToyKeeper | 2023-04-28 02:52:42 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-04-28 02:52:42 -0600 |
| commit | 76bcb0bd6c75d729f0a0eb169399ffab93ea50d6 (patch) | |
| tree | 8ec9ccc133c4357a31151536e387027c017feb3e | |
| parent | only use 2-color strobe in tactical mode if it's on main LEDs, not aux (diff) | |
| download | anduril-76bcb0bd6c75d729f0a0eb169399ffab93ea50d6.tar.gz anduril-76bcb0bd6c75d729f0a0eb169399ffab93ea50d6.tar.bz2 anduril-76bcb0bd6c75d729f0a0eb169399ffab93ea50d6.zip | |
changed lockout RGB aux default to blinking voltage, instead of blinking disco
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/anduril/aux-leds.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/aux-leds.h b/spaghetti-monster/anduril/aux-leds.h index 2e656dc..8a79cfb 100644 --- a/spaghetti-monster/anduril/aux-leds.h +++ b/spaghetti-monster/anduril/aux-leds.h @@ -39,7 +39,8 @@ const PROGMEM uint8_t rgb_led_colors[] = { //#define RGB_LED_OFF_DEFAULT 0x18 // low, rainbow #endif #ifndef RGB_LED_LOCKOUT_DEFAULT -#define RGB_LED_LOCKOUT_DEFAULT 0x37 // blinking, disco +#define RGB_LED_LOCKOUT_DEFAULT 0x39 // blinking, voltage +//#define RGB_LED_LOCKOUT_DEFAULT 0x37 // blinking, disco #endif #ifndef RGB_RAINBOW_SPEED #define RGB_RAINBOW_SPEED 0x0f // change color every 16 frames |
