~ruther/qmk_firmware

81e086b387814700e0f6419ccdd794286cb5246c — Dasky 1 year, 7 months ago 0650f783
add missing gpio include for pointing motion pin (#22246)

1 files changed, 2 insertions(+), 0 deletions(-)

M quantum/pointing_device/pointing_device.c
M quantum/pointing_device/pointing_device.c => quantum/pointing_device/pointing_device.c +2 -0
@@ 19,6 19,8 @@
#include "pointing_device.h"
#include <string.h>
#include "timer.h"
#include "gpio.h"

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

Do not follow this link