Fixed initial brightness for the CLI and fix initial brightness for Lian Li Hub SL V2 controller.
This commit is contained in:
parent
672150aea2
commit
b9f8243904
3 changed files with 10 additions and 11 deletions
2
cli.cpp
2
cli.cpp
|
|
@ -47,7 +47,7 @@ struct DeviceOptions
|
|||
int zone = -1;
|
||||
std::vector<std::tuple<unsigned char, unsigned char, unsigned char>> colors;
|
||||
std::string mode;
|
||||
unsigned int brightness;
|
||||
unsigned int brightness = 100;
|
||||
unsigned int size;
|
||||
bool random_colors = false;
|
||||
bool hasSize = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue