1.6.2 Data Structures

Table 1-8. Group Configuration
ParameterSizeRange/OptionsUsage
*qtm_touch_key_dataPointer 2/4 bytesqtm_touch_key_data_tPointer to touch key data for the underlying set of touch keys
num_scrollers1 byte1-to-255*The number of scrollers implemented in this group
Table 1-9. Individual Sensor Configuration
ParameterSizeRange/OptionsUsage
type1 byte

0 = Linear Slider

1 = Wheel

Type of scroller.
start_key2 bytes0-to-65535*The key number which forms the first component key of the scroller.
number_of_keys1 byte2-to-255The number of component keys to form the scroller. The minimum number of keys required to make a slider is two and the minimum number of keys to make a wheel is three.
resol_deadband1 byteBits 7:4 = Resolution 2 to 12 bitsFull scale position resolution reported for the scroller.
Bits 3:0 = Dead band 0% to 15% (each side)The size of the edge correction dead bands as a percentage of the full scale range.
position_hysteresis1 byte0-to-255The minimum travel distance to be reported after contact or direction change.
contact_min_threshold2 bytes0-to-65535The minimum contact size measurement for persistent contact tracking. The contact size is the sum of two neighboring keys’ touch deltas forming the touch contact.