From 76bcb0bd6c75d729f0a0eb169399ffab93ea50d6 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 28 Apr 2023 02:52:42 -0600 Subject: changed lockout RGB aux default to blinking voltage, instead of blinking disco --- spaghetti-monster/anduril/aux-leds.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spaghetti-monster') 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 -- cgit v1.2.3