Initial basic modifiers support.
This commit is contained in:
parent
5e34e7fec9
commit
585e062e87
5 changed files with 47 additions and 5 deletions
|
|
@ -33,6 +33,7 @@ int zmk_endpoints_send_key_event(struct zmk_key_event key_event)
|
|||
struct zmk_hid_report *report;
|
||||
int err;
|
||||
|
||||
|
||||
if (key_event.pressed)
|
||||
{
|
||||
zmk_hid_press_key(key_event.key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue