summaryrefslogtreecommitdiff
path: root/src/handlers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers.c')
-rw-r--r--src/handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers.c b/src/handlers.c
index ff969b1..90a0867 100644
--- a/src/handlers.c
+++ b/src/handlers.c
@@ -46,7 +46,7 @@ bool zmk_handle_action(zmk_action action, struct zmk_key_event *key_event)
else
{
// Since not sending a keycode, at least send the report w/ the mod removed
- zmk_endpoints_send_report();
+ zmk_endpoints_send_report(Keypad);
}
}
break;