diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-22 11:06:01 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-22 11:06:01 -0400 |
commit | 55cf9db564e66e2804f2d3f2201c55c3c86a90d7 (patch) | |
tree | 5b3ae3a9631f8e9271a435ed4b3064b1d43f6b71 /app/include/zmk/endpoints.h | |
parent | 8027be106eef7671604695a1a0f0e2828839ceb3 (diff) |
Fix consumer keys w/ refactored behaviors.
Diffstat (limited to 'app/include/zmk/endpoints.h')
-rw-r--r-- | app/include/zmk/endpoints.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/include/zmk/endpoints.h b/app/include/zmk/endpoints.h index 255ca54..624bb4e 100644 --- a/app/include/zmk/endpoints.h +++ b/app/include/zmk/endpoints.h @@ -4,5 +4,4 @@ #include <zmk/hid.h> int zmk_endpoints_init(); -int zmk_endpoints_send_report(enum zmk_hid_report_changes changes); -int zmk_endpoints_send_key_event(struct zmk_key_event key_event); +int zmk_endpoints_send_report(u8_t usage_report); |