armbian-build/packages/bsp/pinebook-pro/40-pinebookpro-touchpad.conf
lanefu b2800dbd25
WIP: Pinebookpro tweaks (#2208)
Pinebook-Pro Support:
suspend to idle via key and lid close
brightness keys
volume control keys
wifi, bluetooth frimware
touchpad tweaks
keyboard config
armbian-hardware-optimization
bootsplash
Co-authored-by: Britt Dodd <britt@reactornet.net>
2020-09-22 21:03:45 -04:00

11 lines
300 B
Plaintext

Section "InputClass"
Identifier "libinput for HAILUCK CO.,LTD USB KEYBOARD Touchpad"
MatchIsTouchpad "on"
MatchUSBID "258a:001e"
MatchDevicePath "/dev/input/event*"
Option "AccelProfile" "adaptive"
Option "AccelSpeed" "1"
Option "ScrollMethod" "twofinger"
EndSection