Skip to content

Commit d53dc09

Browse files
committed
Add Pinebook touchpad deceleration
1 parent bdc3f51 commit d53dc09

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Taken from https://github.com/longsleep/build-pine64-image/blob/master/simpleimage/platform-scripts/install_mate_desktop.sh#L67
2+
3+
Section "InputClass"
4+
Identifier "HAILUCK CO.,LTD USB KEYBOARD"
5+
MatchIsPointer "1"
6+
MatchDevicePath "/dev/input/event*"
7+
Option "AccelerationProfile" "2"
8+
Option "AdaptiveDeceleration" "1"
9+
Option "ConstantDeceleration" "2.4" # Pinebook 14"
10+
#Option "ConstantDeceleration" "1.2" # Pinebook 11"
11+
EndSection

0 commit comments

Comments
 (0)