diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-22 22:47:03 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-24 19:25:46 -0400 |
commit | 53aadc4f931a27d7b1350ea99cdc79106e138ad3 (patch) | |
tree | 2778036b5a060403b8bfd09c457c5472bf94fc6a /include/zmk/endpoints.h | |
parent | ed5532bf94e93d25e35498cfd7a9040b0c69597b (diff) |
Initial exploration of mod tap action.
Diffstat (limited to 'include/zmk/endpoints.h')
-rw-r--r-- | include/zmk/endpoints.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <zmk/keys.h> int zmk_endpoints_init(); +int zmk_endpoints_send_report(); int zmk_endpoints_send_key_event(struct zmk_key_event key_event); |