diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-15 09:41:06 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-15 09:41:06 -0400 |
commit | 73bea6218e6681c62a4cbe32f6dd1394f242fa66 (patch) | |
tree | 51a1385906caa72bb0abde4035dfeb098462d453 /src/hog.h | |
parent | 04fe57d3a30c0bb37022e8b019293dbb1fc56197 (diff) |
Some initial BEL HoG support.
Diffstat (limited to 'src/hog.h')
-rw-r--r-- | src/hog.h | 9 |
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 |