From 53aadc4f931a27d7b1350ea99cdc79106e138ad3 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 22 May 2020 22:47:03 -0400 Subject: Initial exploration of mod tap action. --- include/zmk/endpoints.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/zmk/endpoints.h') diff --git a/include/zmk/endpoints.h b/include/zmk/endpoints.h index 42734aa..666f00d 100644 --- a/include/zmk/endpoints.h +++ b/include/zmk/endpoints.h @@ -3,4 +3,5 @@ #include int zmk_endpoints_init(); +int zmk_endpoints_send_report(); int zmk_endpoints_send_key_event(struct zmk_key_event key_event); -- cgit v1.2.3