From fc9ecda352056973c3303cb93bb3e7483722735a Mon Sep 17 00:00:00 2001 From: Avery Black Date: Sat, 5 Oct 2024 21:19:14 -0700 Subject: [PATCH] Update palm rejection wording --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 41660c0..8ec9a1d 100644 --- a/README.md +++ b/README.md @@ -120,11 +120,11 @@ The values below can be edited under Info.plist within the kext itself - these c | `TrackpointScrollMultiplierY` | 20 | Same as the above, except applied to the Y axis | | `TrackpointDeadzone` | 1 | Minimum value at which trackpoint reports will be accepted. This is subtracted from the input of the trackpoint, so setting this extremely high will reduce trackpoint resolution | | `MinYDiffThumbDetection` | 200 | Minimum distance between the second lowest and lowest finger in which Minimum Y logic is used to detect the thumb rather than using the z value from the trackpad. Setting this higher means that the thumb must be farther from the other fingers before the y coordinate is used to detect the thumb, rather than using finger area. Keeping this smaller is preferable as finger area logic seems to only be useful when all 4 fingers are grouped together closely, where the thumb is more likely to be pressing down more | -| `PalmRejectionMaxObjWidth` | 255 | Max contact width before contact is considered accidental. This value will require experimentation as it differs between models. Rehabman's `ioio` is a good application for this. | -| `PalmRejectionMaxObjHeight` | 255 | Max contact height before contact is considered accidental. This value will require experimentation as it differs between models. Rehabman's `ioio` is a good application for this. | -| `PalmRejectionWidth` | 10 | Percent (out of 100) width of trackpad which is used for palm rejection on the left and right side of the trackpad | -| `PalmRejectionWidth` | 60 | Percent (out of 100) height of trackpad which is used for palm rejection on the left and right side of the trackpad (starting from the top) | -| `PalmRejectionTrackpointHeight` | 20 | Percent (out of 100) height of trackpad which is used for palm rejection across the top of the trackpad | +| `PalmRejectionMaxObjWidth` | 255 | Max contact width before contact is considered accidental. This value can be acquired by experimentation using Rehabman's `ioio`. | +| `PalmRejectionMaxObjHeight` | 255 | Max contact height before contact is considered accidental. This value can be acquired by experimentation using Rehabman's `ioio`. | +| `PalmRejectionWidth` | 10 | Percent (out of 100) width of trackpad which is used as a low confidence zone on the left and right side of the trackpad | +| `PalmRejectionWidth` | 60 | Percent (out of 100) height of trackpad which is used as a low confidence zone on the left and right side of the trackpad (starting from the top) | +| `PalmRejectionTrackpointHeight` | 20 | Percent (out of 100) height of trackpad which is used as a low confidence zone across the top of the trackpad | Note that you can use Rehabman's ioio to set properties temporarily (until the next reboot). `ioio -s RMIBus ForceTouchType 0`