mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
fix kbd_led_state initialization
This commit is contained in:
parent
42e5c40f93
commit
338023dc98
|
@ -168,7 +168,7 @@ MODULE_PARM_DESC(state,
|
|||
|
||||
static struct kbd_led_state_t kbd_led_state = {
|
||||
.has_extra = 0,
|
||||
.state = 1,
|
||||
.enabled = 1,
|
||||
.color = {
|
||||
.left = KB_COLOR_DEFAULT, .center = KB_COLOR_DEFAULT,
|
||||
.right = KB_COLOR_DEFAULT, .extra = KB_COLOR_DEFAULT
|
||||
|
|
Loading…
Reference in a new issue