mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Initialize uw lightbar to be "off"
This commit is contained in:
parent
04efaee9e5
commit
abd6036eb9
|
@ -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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue