From 755e3fb119151cf5f74cf14a732b0f9cedb048e6 Mon Sep 17 00:00:00 2001 From: Sadek Baroudi Date: Fri, 25 Apr 2025 15:13:40 -0700 Subject: [PATCH 1/2] tapping term fix for my personal boards --- users/sadekbaroudi/sadekbaroudi.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/users/sadekbaroudi/sadekbaroudi.c b/users/sadekbaroudi/sadekbaroudi.c index f633583927..7ddb482d88 100755 --- a/users/sadekbaroudi/sadekbaroudi.c +++ b/users/sadekbaroudi/sadekbaroudi.c @@ -173,12 +173,7 @@ uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) { // I always type the shift keys too fast, so tapping term of 200 is way too high case LSFT_T(KC_T): case RSFT_T(KC_N): -#ifdef KEYBOARD_fingerpunch_personal_smallcat - // There is an exception for smallcat, since the tapping term seems to be too short only on that board return 150; -#else - return 75; -#endif default: return TAPPING_TERM; } From 3c768c55281abfe58256e25a75b87236ef817f3e Mon Sep 17 00:00:00 2001 From: Sadek Baroudi Date: Fri, 25 Apr 2025 17:36:49 -0700 Subject: [PATCH 2/2] 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