From 3c768c55281abfe58256e25a75b87236ef817f3e Mon Sep 17 00:00:00 2001 From: Sadek Baroudi Date: Fri, 25 Apr 2025 17:36:49 -0700 Subject: [PATCH] ximi with right trackball only had x axis orientation wrong, this fixes it --- keyboards/fingerpunch/ximi/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/fingerpunch/ximi/config.h b/keyboards/fingerpunch/ximi/config.h index c8e48f7dcf..ffccebc2fb 100644 --- a/keyboards/fingerpunch/ximi/config.h +++ b/keyboards/fingerpunch/ximi/config.h @@ -195,7 +195,7 @@ along with this program. If not, see . #endif #if defined(FP_TRACKBALL_RIGHT_ONLY) #define POINTING_DEVICE_RIGHT // one pointing device, on the right - #define POINTING_DEVICE_INVERT_X_RIGHT // for trackball on the right + #define POINTING_DEVICE_INVERT_X // for trackball on the right #endif #if defined(FP_CIRQUE_LEFT_ONLY) #define POINTING_DEVICE_LEFT // one pointing device, on the left