summaryrefslogtreecommitdiff
path: root/include/zmk/endpoints.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zmk/endpoints.h')
-rw-r--r--include/zmk/endpoints.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/zmk/endpoints.h b/include/zmk/endpoints.h
new file mode 100644
index 0000000..42734aa
--- /dev/null
+++ b/include/zmk/endpoints.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <zmk/keys.h>
+
+int zmk_endpoints_init();
+int zmk_endpoints_send_key_event(struct zmk_key_event key_event);