Clean up and implement MT release w/o mod press.
This commit is contained in:
parent
53aadc4f93
commit
76a433fc39
4 changed files with 14 additions and 7 deletions
|
|
@ -56,9 +56,6 @@ int zmk_endpoints_send_report()
|
|||
|
||||
int zmk_endpoints_send_key_event(struct zmk_key_event key_event)
|
||||
{
|
||||
struct zmk_hid_report *report;
|
||||
int err;
|
||||
|
||||
LOG_DBG("key %d, state %d\n", key_event.key, key_event.pressed);
|
||||
|
||||
if (key_event.pressed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue