From 73bea6218e6681c62a4cbe32f6dd1394f242fa66 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 15 May 2020 09:41:06 -0400 Subject: Some initial BEL HoG support. --- src/hog.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/hog.h (limited to 'src/hog.h') 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 -- cgit v1.2.3