From 9f693768d56541f4be2ce5bc211e34be14e6ea79 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 13 Dec 2020 23:55:09 -0700 Subject: noctigon k9.3: default to aux RGB rainbow mode, and automatic memory --- spaghetti-monster/anduril/cfg-noctigon-k9.3.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'spaghetti-monster') diff --git a/spaghetti-monster/anduril/cfg-noctigon-k9.3.h b/spaghetti-monster/anduril/cfg-noctigon-k9.3.h index fd162fe..4d3d3d9 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-k9.3.h +++ b/spaghetti-monster/anduril/cfg-noctigon-k9.3.h @@ -11,6 +11,7 @@ inline void set_level_override(uint8_t level); // this light has three aux LED channels: R, G, B #define USE_AUX_RGB_LEDS +#define RGB_LED_OFF_DEFAULT 0x18 // low, rainbow // the aux LEDs are front-facing, so turn them off while main LEDs are on //#define USE_AUX_RGB_LEDS_WHILE_ON // it also has an independent LED in the button @@ -50,8 +51,8 @@ inline void set_level_override(uint8_t level); #define QUARTERSPEED_LEVEL 2 #define USE_MANUAL_MEMORY_TIMER_FOR_TINT -#define DEFAULT_MANUAL_MEMORY DEFAULT_LEVEL -#define DEFAULT_MANUAL_MEMORY_TIMER 10 +//#define DEFAULT_MANUAL_MEMORY DEFAULT_LEVEL +//#define DEFAULT_MANUAL_MEMORY_TIMER 10 #define RAMP_SMOOTH_FLOOR 3 // level 1 is unreliable (?) #define RAMP_SMOOTH_CEIL 120 -- cgit v1.2.3