forked from kofal.net/zmk
initial implementation for modifiers
https://github.com/zmkfirmware/zmk/issues/86
This commit is contained in:
committed by
Pete Johanson
parent
a9e729b427
commit
4f258efbf1
@@ -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
|
||||
Reference in New Issue
Block a user