forked from Clones/Controlify
fix controller id db file finding
This commit is contained in:
@ -0,0 +1,42 @@
|
||||
[
|
||||
{
|
||||
"name": "Xbox One Controller",
|
||||
"identifier": "xbox_one",
|
||||
|
||||
"vendor": 0x45e,
|
||||
"product": [
|
||||
0x2ff,
|
||||
0x2ea,
|
||||
0xb12,
|
||||
0x2dd,
|
||||
0x2e3,
|
||||
0x2e6,
|
||||
0x2fd,
|
||||
0x2d1,
|
||||
0x289,
|
||||
0x202,
|
||||
0x285,
|
||||
0x288,
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Dualshock 4 Controller",
|
||||
"identifier": "dualshock4",
|
||||
|
||||
"vendor": 0x54c,
|
||||
"product": [
|
||||
0x5c4,
|
||||
0x9cc,
|
||||
0xba0,
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Steam Deck",
|
||||
"identifier": "steam_deck",
|
||||
|
||||
"vendor": 0x28de,
|
||||
"product": [
|
||||
0x1205,
|
||||
]
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user