VERSATILEPB: Unbreak after r355796
r355796 provided genkbd_get_fkeystr/genkbd_diag private and the default for get_fkeystr/diag if these members are NULL. Follow suit here.
This commit is contained in:
parent
6088175a18
commit
2dfc696ef1
@ -578,9 +578,7 @@ static keyboard_switch_t kmisw = {
|
||||
.clear_state = &kmi_clear_state,
|
||||
.get_state = &kmi_get_state,
|
||||
.set_state = &kmi_set_state,
|
||||
.get_fkeystr = &genkbd_get_fkeystr,
|
||||
.poll = &kmi_poll,
|
||||
.diag = &genkbd_diag,
|
||||
};
|
||||
|
||||
KEYBOARD_DRIVER(kmi, kmisw, kmi_configure);
|
||||
|
Loading…
x
Reference in New Issue
Block a user