kbvm: use indicators to determine the active LEDs
This commit is contained in:
parent
0c7f7429db
commit
f5e04355d7
8 changed files with 101 additions and 57 deletions
|
|
@ -36,8 +36,8 @@ impl EiKeyboard {
|
|||
self.client.event(Keymap {
|
||||
self_id: self.id,
|
||||
keymap_type: KEYMAP_TYPE_XKB,
|
||||
size: state.map.len as _,
|
||||
keymap: state.map.map.clone(),
|
||||
size: state.map.map.len as _,
|
||||
keymap: state.map.map.map.clone(),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue