Skip to content

Commit

Permalink
fixup! feat(mouse): Add mouse move and scroll support
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Nov 20, 2024
1 parent e7518c6 commit ab5aadb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ LOG_MODULE_REGISTER(zmk, CONFIG_ZMK_LOG_LEVEL);

#include <zmk/display.h>

#ifdef CONFIG_ZMK_MOUSE
#include <zmk/mouse.h>
#endif /* CONFIG_ZMK_MOUSE */

int main(void) {
LOG_INF("Welcome to ZMK!\n");

Expand Down

0 comments on commit ab5aadb

Please sign in to comment.