26 lines
347 B
JSON
26 lines
347 B
JSON
{
|
|
"controllers": [
|
|
{
|
|
"tag": "keyboard",
|
|
"filter": {
|
|
"vendor": "0001",
|
|
"product": "0001"
|
|
}
|
|
},
|
|
{
|
|
"tag": "mouse",
|
|
"filter": {
|
|
"vendor": "0002",
|
|
"product": "000e",
|
|
"name": "ETPS/2 Elantech Touchpad"
|
|
}
|
|
},
|
|
{
|
|
"tag": "mousebuttons",
|
|
"filter": {
|
|
"name": "ETPS/2 Elantech TrackPoint"
|
|
}
|
|
}
|
|
]
|
|
}
|