mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
Fix build error when Automatic Mouse Layer is enabled (#22229)
This commit is contained in:
parent
7ca652ce6d
commit
4345d34cf2
|
@ -17,6 +17,7 @@
|
|||
|
||||
#ifdef POINTING_DEVICE_AUTO_MOUSE_ENABLE
|
||||
|
||||
# include <string.h>
|
||||
# include "pointing_device_auto_mouse.h"
|
||||
# include "debug.h"
|
||||
# include "action_util.h"
|
||||
|
|
Loading…
Reference in a new issue