update touchscreen config to include kbd

This commit is contained in:
milaq 2012-06-04 18:35:20 +02:00
parent 51247e3fce
commit 9be1ae0764

32
prebuilt/htcleo-touchscreen.idc Normal file → Executable file
View File

@ -26,26 +26,6 @@ touch.size.scale = 10
touch.size.bias = 160
touch.size.isSummed = 1
# Touch Size
touch.touchSize.calibration = pressure
# Tool Size
# Driver reports tool size as a linear width measurement summed over
# all contact points.
#
# Raw width field measures approx. 1 unit per millimeter
# of tool size on the surface where a raw width of 1 corresponds
# to about 17mm of physical size. Given that the display resolution
# is 10px per mm we obtain a scale factor of 10 pixels / unit and
# a bias of 160 pixels. In addition, the raw width represents a
# sum of all contact area so we note this fact in the calibration.
touch.toolSize.calibration = linear
touch.toolSize.linearScale = 10
touch.toolSize.linearBias = 160
touch.toolSize.isSummed = 1
touch.filterTouchEvents = 1
# Pressure
# Driver reports signal strength as pressure.
#
@ -58,8 +38,16 @@ touch.filterTouchEvents = 1
# a featherlight touch will be below 1.0 and a heavy or large touch
# will be above 1.0. We don't expect these values to be accurate.
touch.pressure.calibration = amplitude
touch.pressure.source = default
touch.pressure.scale = 0.01
# Orientation
touch.orientation.calibration = none
touch.orientation.calibration = none
# Keyboard
keyboard.layout = htcleo-keypad
keyboard.characterMap = Virtual
keyboard.orientationAware = 1
keyboard.builtIn = 0
device.internal = 1