initial implementation for modifiers
https://github.com/zmkfirmware/zmk/issues/86
This commit is contained in:
parent
a9e729b427
commit
4f258efbf1
77 changed files with 597 additions and 229 deletions
|
|
@ -0,0 +1,9 @@
|
|||
pressed: usage_page 0x07 keycode 0xe0 mods 0x00
|
||||
reg: Modifier 0 count 1
|
||||
reg: Modifiers set to 0x01
|
||||
mods: Modifiers set to 0x01
|
||||
released: usage_page 0x07 keycode 0xe0 mods 0x00
|
||||
unreg: Modifier 0 count: 0
|
||||
unreg: Modifier 0 released
|
||||
unreg: Modifiers set to 0x00
|
||||
mods: Modifiers set to 0x00
|
||||
Loading…
Add table
Add a link
Reference in a new issue