blob: 151e1f7b894197181945b456f47b00ad6290b293 [file] [log] [blame]
Section "InputClass"
Identifier "touchpad veyron_jaq elan"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
MatchProduct "Elan"
Option "Integrated Touchpad" "1"
Option "Touchpad Stack Version" "2"
Option "Pressure Calibration Offset" "-143.311519575"
Option "Pressure Calibration Slope" "3.79387204888"
# Make tap-to-click easier
Option "Tap Minimum Pressure" "15.0"
# Enable Stationary Wiggle Filter
Option "Stationary Wiggle Filter Enabled" "1"
Option "Finger Moving Energy" "0.002"
Option "Finger Moving Hysteresis" "0.001"
# This prevents issues with fling not happening while scrolling
# with a resting finger
Option "Fling Buffer Suppress Zero Length Scrolls" "1"
# Avoid accidental scroll/move on finger lift
Option "Max Stationary Move Speed" "47"
Option "Max Stationary Move Speed Hysteresis" "1"
Option "Max Stationary Move Suppress Distance" "0.2"
# Avoid janky cursor moves due to large pressure changes
Option "Max Allowed Pressure Change Per Sec" "4000"
EndSection