dot_testing/lappy/jsfw.json

26 lines
347 B
JSON
Raw Normal View History

{
"controllers": [
{
"tag": "keyboard",
"filter": {
2024-12-04 13:37:07 -06:00
"vendor": "0001",
"product": "0001"
}
},
{
"tag": "mouse",
"filter": {
"vendor": "0002",
"product": "000e",
"name": "ETPS/2 Elantech Touchpad"
}
},
{
"tag": "mousebuttons",
"filter": {
"name": "ETPS/2 Elantech TrackPoint"
}
}
]
}