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");