From fa0d595d6f1f989ede2d652fa918133185ace550 Mon Sep 17 00:00:00 2001 From: freznel10 Date: Fri, 16 Jun 2023 10:16:15 +0800 Subject: [PATCH] Rev4 --- keyboards/zerfstudios/chunky/rev4/config.h | 2 +- quantum/pointing_device/pointing_device.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/keyboards/zerfstudios/chunky/rev4/config.h b/keyboards/zerfstudios/chunky/rev4/config.h index 6eb91577356d..4656d41a3e6c 100644 --- a/keyboards/zerfstudios/chunky/rev4/config.h +++ b/keyboards/zerfstudios/chunky/rev4/config.h @@ -12,7 +12,7 @@ #define PMW33XX_CS_PIN GP14 #endif //POINTING_DEVICE_DRIVER_PMW3360 #define MOUSE_SCROLL_EXTENDED_REPORT -#define MOUSE_SCROLL_HIRES_ENABLE +// #define MOUSE_SCROLL_HIRES_ENABLE /* Trackpoint configuration. */ #define PS2_PIO_USE_PIO1 diff --git a/quantum/pointing_device/pointing_device.h b/quantum/pointing_device/pointing_device.h index 30288d8f0e76..c105a475b2a2 100644 --- a/quantum/pointing_device/pointing_device.h +++ b/quantum/pointing_device/pointing_device.h @@ -22,8 +22,7 @@ along with this program. If not, see . #include "report.h" #include "gpio.h" #include "pointing_device_internal.h" -size_t -e#include "gpio.h" +#include "gpio.h" #ifdef POINTING_DEVICE_AUTO_MOUSE_ENABLE # include "pointing_device_auto_mouse.h"