diff options
| author | Selene ToyKeeper | 2023-07-17 13:00:21 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-07-17 13:00:21 -0600 |
| commit | a72dbab22d7dd159c35c42961af9f51ff38959d7 (patch) | |
| tree | f316854d6e2625c244bc14c8dfcd54bb7cf9dc6a /spaghetti-monster | |
| parent | fixed d4v2, kr4, m44, emisar-2ch (using new refactor), (diff) | |
| download | anduril-a72dbab22d7dd159c35c42961af9f51ff38959d7.tar.gz anduril-a72dbab22d7dd159c35c42961af9f51ff38959d7.tar.bz2 anduril-a72dbab22d7dd159c35c42961af9f51ff38959d7.zip | |
fixed Wurkkos builds (using new refactor)
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-wurkkos-ts25.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/cfg-wurkkos-ts25.h b/spaghetti-monster/anduril/cfg-wurkkos-ts25.h index 26dc493..0f54b32 100644 --- a/spaghetti-monster/anduril/cfg-wurkkos-ts25.h +++ b/spaghetti-monster/anduril/cfg-wurkkos-ts25.h @@ -70,8 +70,11 @@ // show each channel while it scroll by in the menu #define USE_CONFIG_COLORS +// blink numbers on the main LEDs by default +// (so battcheck will be visible while charging) +#define DEFAULT_BLINK_CHANNEL CM_MAIN // blink numbers on the aux LEDs by default -#define DEFAULT_BLINK_CHANNEL CM_AUXWHT +//#define DEFAULT_BLINK_CHANNEL CM_AUXWHT // use aux red + aux blue for police strobe #define USE_POLICE_COLOR_STROBE_MODE |
