diff options
author | Peter Johanson <[email protected]> | 2023-06-23 07:19:57 +0000 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2024-02-09 14:32:46 -0800 |
commit | bf4008da023189b885ebcf1c0ccdb729663312e8 (patch) | |
tree | 7cf6fb7c7218b562b987f230094ecefe8c559cee /app/include | |
parent | f4fce9e15832fd8daee9091d7d77a272aecb8f3e (diff) | |
download | zmk-bf4008da023189b885ebcf1c0ccdb729663312e8.tar.gz zmk-bf4008da023189b885ebcf1c0ccdb729663312e8.zip |
refactor: All SYS_INIT functions are void args.
Diffstat (limited to 'app/include')
-rw-r--r-- | app/include/zmk/hog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/include/zmk/hog.h b/app/include/zmk/hog.h index 5ea9912664..eb6e653f77 100644 --- a/app/include/zmk/hog.h +++ b/app/include/zmk/hog.h @@ -9,8 +9,6 @@ #include <zmk/keys.h> #include <zmk/hid.h> -int zmk_hog_init(const struct device *_arg); - int zmk_hog_send_keyboard_report(struct zmk_hid_keyboard_report_body *body); int zmk_hog_send_consumer_report(struct zmk_hid_consumer_report_body *body); |