diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-07 10:20:23 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-07 10:20:23 -0400 |
commit | 7c5fb7adb5a505ab5f89754370567b2357aa322a (patch) | |
tree | cce9b7330539e5cec20648ca43c38301ef05e27a /app/src/hog.c | |
parent | 48f3f86a835d7ec9c636948f42adbf2ef8d6a762 (diff) |
Use SYS_INIT for BLE and USB init.
Diffstat (limited to 'app/src/hog.c')
-rw-r--r-- | app/src/hog.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/hog.c b/app/src/hog.c index 087af42..589c28f 100644 --- a/app/src/hog.c +++ b/app/src/hog.c @@ -7,11 +7,6 @@ #include <zmk/hog.h> #include <zmk/hid.h> -int zmk_hog_init() -{ - return zmk_ble_init(); -} - enum { HIDS_REMOTE_WAKE = BIT(0), |