1
0
forked from Clones/Controlify

fix controller id db file finding

This commit is contained in:
isXander
2023-02-19 22:18:22 +00:00
parent 0f719c0f45
commit 861f97be3c
2 changed files with 56 additions and 62 deletions

View File

@ -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,
]
}
]