Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d969570a authored by Harry Cutts's avatar Harry Cutts
Browse files

Sony DualShock 4: disable palm edge zones

Bug: 272518665
Test: compare responsiveness of pad edges with and without the change
Change-Id: I3c44dc74ecb740c0b598623f60b0727cd6ce383a
parent 8a83fb37
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -53,3 +53,9 @@ sensor.gyroscope.power = 0.8
# disable drumroll detection due to speed changes (by setting the speed change
# threshold very high, since there's no boolean control property).
gestureProp.Drumroll_Max_Speed_Change_Factor = 1000000000

# Because of the way this touchpad is positioned, touches around the edges are
# no more likely to be palms than ones in the middle, so remove the edge zones
# from the palm classifier to increase the usable area of the pad.
gestureProp.Palm_Edge_Zone_Width = 0
gestureProp.Tap_Exclusion_Border_Width = 0
+6 −0
Original line number Diff line number Diff line
@@ -53,3 +53,9 @@ sensor.gyroscope.power = 0.8
# disable drumroll detection due to speed changes (by setting the speed change
# threshold very high, since there's no boolean control property).
gestureProp.Drumroll_Max_Speed_Change_Factor = 1000000000

# Because of the way this touchpad is positioned, touches around the edges are
# no more likely to be palms than ones in the middle, so remove the edge zones
# from the palm classifier to increase the usable area of the pad.
gestureProp.Palm_Edge_Zone_Width = 0
gestureProp.Tap_Exclusion_Border_Width = 0