Clean up and implement MT release w/o mod press.

This commit is contained in:
Pete Johanson 2020-05-24 23:13:33 -04:00
parent 53aadc4f93
commit 76a433fc39
4 changed files with 14 additions and 7 deletions

View file

@ -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)