Skip to content

Commit ceba95a

Browse files
committed
Update configuration docs & add defaults for Surface Laptop Studio 2
1 parent e1feeb6 commit ceba95a

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

etc/iptsd.conf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@
6565
##
6666
# NeutralValue = 0
6767

68+
##
69+
## Radius in pixels around each maxima to darken (excluding the maxima pixel itself).
70+
## Setting this value to zero disables local maxima surrounding pixel suppression.
71+
##
72+
# PeakSuppresionRadius = 0
73+
74+
##
75+
## The factor in which to darken surrounding pixels when using peak suppression.
76+
## Multiplies neighbors by this factor (e.g., 0.7 = reduce brightness by 30%).
77+
##
78+
# PeakSuppresionFactor = 0.00
79+
6880
##
6981
## The activation threshold for blob detection (Range 0 - 255).
7082
## If a pixel of the heatmap is larger than this value plus the neutral value, the blob detector
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[Device]
2+
Vendor = 0x045E
3+
Product = 0x0C46
4+
5+
[Contacts]
6+
Neutral = average
7+
NeutralValue = 10
8+
PeakSuppresionRadius = 2
9+
PeakSuppresionFactor = 0.25
10+
ActivationThreshold = 20
11+
DeactivationThreshold = 16
12+
OrientationThresholdMax = 90

0 commit comments

Comments
 (0)