mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2025-01-18 11:32:50 +01:00
Merge branch 'init-lightbar-off' into 'master'
Initialize uw lightbar to be "off" See merge request tuxedocomputers/development/packages/tuxedo-keyboard!25
This commit is contained in:
commit
59c9528e5c
1 changed files with 4 additions and 0 deletions
|
@ -719,6 +719,10 @@ static int uw_lightbar_init(struct platform_device *dev)
|
|||
}
|
||||
}
|
||||
|
||||
// Init default state
|
||||
uniwill_write_lightbar_animation(false);
|
||||
uniwill_write_lightbar_rgb(0, 0, 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue