summaryrefslogtreecommitdiff
path: root/include/zmk/hog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zmk/hog.h')
-rw-r--r--include/zmk/hog.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/zmk/hog.h b/include/zmk/hog.h
new file mode 100644
index 0000000..a48fa98
--- /dev/null
+++ b/include/zmk/hog.h
@@ -0,0 +1,9 @@
+
+#pragma once
+
+#include <zmk/keys.h>
+#include <zmk/hid.h>
+
+int zmk_hog_init();
+
+int zmk_hog_send_report(struct zmk_hid_report *report);