Skip to content

Commit

Permalink
Update palm rejection wording
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 committed Oct 6, 2024
1 parent 5184535 commit fc9ecda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit fc9ecda

Please sign in to comment.