diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-18 09:11:46 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-18 09:11:46 -0400 |
commit | c1905745b3578037d1791bd634a3d1607cafd525 (patch) | |
tree | 6c16a1fd7b1a7602470950cbf46e0dc353c4f329 /src/hog.h | |
parent | b3babe2505fe4542e18967d90ccfc2783943243f (diff) |
Refactor build/config/keymaps.
* Move all headers to `include/zmk` directory.
* Update includes to reference them properly.
* Add `keymap.c` file from keymap, if found.
* Toplevel CONFIG_ZMK_BLE aggregate config setting.
Diffstat (limited to 'src/hog.h')
-rw-r--r-- | src/hog.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/hog.h b/src/hog.h deleted file mode 100644 index a1e4142..0000000 --- a/src/hog.h +++ /dev/null @@ -1,9 +0,0 @@ - -#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 |