diff options
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), |