forked from mirrors/qmk_firmware
add missing gpio include for pointing motion pin (#22246)
This commit is contained in:
parent
0650f783b5
commit
81e086b387
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
||||||
#include "pointing_device.h"
|
#include "pointing_device.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
|
#include "gpio.h"
|
||||||
|
|
||||||
#ifdef MOUSEKEY_ENABLE
|
#ifdef MOUSEKEY_ENABLE
|
||||||
# include "mousekey.h"
|
# include "mousekey.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue