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