1
0
forked from Clones/Controlify
Files
Controlify/src/main/resources/assets/controlify/controllers/controller_identification.json5

75 lines
1.1 KiB
Plaintext

[
{
"name": "Xbox One Controller",
"theme": "xbox_one",
"hids": [
[0x45e, 0x2ff],
[0x45e, 0x2ea],
[0x45e, 0xb12],
[0x45e, 0x2dd],
[0x45e, 0x2e6],
[0x45e, 0x2fd],
[0x45e, 0x2e3],
[0x45e, 0x2d1],
[0x45e, 0x289],
[0x45e, 0x202],
[0x45e, 0x285],
[0x45e, 0x288],
[0x45e, 0xb13],
]
},
{
"name": "Dualshock 4 Controller",
"theme": "dualshock4",
"hids": [
[0x54c, 0x5c4],
[0x54c, 0x9cc],
[0x54c, 0xba0],
]
},
{
"name": "Dualshock 3 Controller",
"theme": "dualshock3",
"hids": [
[0x54c, 0x0268]
]
},
{
"name": "Dualsense Controller",
"theme": "dualsense",
"hids": [
[0x54c, 0x0ce6],
[0x54c, 0x0df2]
]
},
{
"name": "Steam Deck",
"theme": "steam_deck",
"hids": [
[0x28de, 0x1205],
]
},
{
"name": "Stadia Controller",
"theme": "stadia",
"hids": [
[0x18d1, 0x9400],
]
},
{
"name": "Thrustmaster T16000M",
"theme": "thrustmaster",
"mapping": "tm_t16000m",
"hids": [
[0x044f, 0xb10a]
]
}
]