qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 47145a6ce8bdb17b50aee5c6ac2775ea92016bd6
parent 474a40560627d26de1dd3694f6ea361de2e99d90
Author: QMK Bot <hello@qmk.fm>
Date:   Wed, 11 Oct 2023 07:07:05 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:
Mquantum/pointing_device/pointing_device.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/quantum/pointing_device/pointing_device.c b/quantum/pointing_device/pointing_device.c @@ -19,6 +19,8 @@ #include "pointing_device.h" #include <string.h> #include "timer.h" +#include "gpio.h" + #ifdef MOUSEKEY_ENABLE # include "mousekey.h" #endif