From ab5aadb9efade4e74c075eba7001217e56e22427 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Fri, 15 Nov 2024 15:48:13 -0700 Subject: [PATCH] fixup! feat(mouse): Add mouse move and scroll support --- app/src/main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/src/main.c b/app/src/main.c index fcf1d11531f..60df1a45d83 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -14,10 +14,6 @@ LOG_MODULE_REGISTER(zmk, CONFIG_ZMK_LOG_LEVEL); #include -#ifdef CONFIG_ZMK_MOUSE -#include -#endif /* CONFIG_ZMK_MOUSE */ - int main(void) { LOG_INF("Welcome to ZMK!\n");