diff options
| author | Selene ToyKeeper | 2020-12-13 23:55:09 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-12-13 23:55:09 -0700 |
| commit | 9f693768d56541f4be2ce5bc211e34be14e6ea79 (patch) | |
| tree | 84ef1e8220a8317a76dc835bccce1640f99bf5aa | |
| parent | enabled memory timer and resetting tint after timeout on K9.3 (diff) | |
| download | anduril-9f693768d56541f4be2ce5bc211e34be14e6ea79.tar.gz anduril-9f693768d56541f4be2ce5bc211e34be14e6ea79.tar.bz2 anduril-9f693768d56541f4be2ce5bc211e34be14e6ea79.zip | |
noctigon k9.3: default to aux RGB rainbow mode, and automatic memory
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-k9.3.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
