Skip to content

Commit

Permalink
add missing gpio include for pointing motion pin (qmk#22246)
Browse files Browse the repository at this point in the history
  • Loading branch information
daskygit authored Oct 11, 2023
1 parent 0650f78 commit 81e086b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quantum/pointing_device/pointing_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include "pointing_device.h"
#include <string.h>
#include "timer.h"
#include "gpio.h"

#ifdef MOUSEKEY_ENABLE
# include "mousekey.h"
#endif
Expand Down

0 comments on commit 81e086b

Please sign in to comment.