mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
SRM: updated controllers definition
This commit is contained in:
parent
850813bb86
commit
ea63762100
|
@ -47,23 +47,23 @@
|
||||||
},
|
},
|
||||||
"controllers": {
|
"controllers": {
|
||||||
"ps4": {
|
"ps4": {
|
||||||
"title": "RetroDECK Controller",
|
"title": "RetroDECK: DualShock 4 v.1b",
|
||||||
"mappingId": "RetroDECK_controller_ps4_dualshock4_simple.vdf",
|
"mappingId": "RetroDECK_controller_ps4_dualshock4_simple.vdf",
|
||||||
"profileType": "template"
|
"profileType": "template"
|
||||||
},
|
},
|
||||||
"ps5": {
|
"ps5": {
|
||||||
"title": "RetroDECK Controller",
|
"title": "RetroDECK: DualSense v.1b",
|
||||||
"mappingId": "RetroDECK_controller_ps5_dualsense_simple.vdf",
|
"mappingId": "RetroDECK_controller_ps5_dualsense_simple.vdf",
|
||||||
"profileType": "template"
|
"profileType": "template"
|
||||||
},
|
},
|
||||||
"ps5_edge": null,
|
"ps5_edge": null,
|
||||||
"xbox360": {
|
"xbox360": {
|
||||||
"title": "RetroDECK Controller",
|
"title": "RetroDECK: Xbox 360 v.1b",
|
||||||
"mappingId": "RetroDECK_controller_xbox360_simple.vdf",
|
"mappingId": "RetroDECK_controller_xbox360_simple.vdf",
|
||||||
"profileType": "template"
|
"profileType": "template"
|
||||||
},
|
},
|
||||||
"xboxone": {
|
"xboxone": {
|
||||||
"title": "RetroDECK Controller",
|
"title": "RetroDECK: Xbox Wireless v.1b",
|
||||||
"mappingId": "RetroDECK_controller_xboxone_simple.vdf",
|
"mappingId": "RetroDECK_controller_xboxone_simple.vdf",
|
||||||
"profileType": "template"
|
"profileType": "template"
|
||||||
},
|
},
|
||||||
|
@ -79,17 +79,17 @@
|
||||||
"profileType": "template"
|
"profileType": "template"
|
||||||
},
|
},
|
||||||
"switch_pro": {
|
"switch_pro": {
|
||||||
"title": "RetroDECK Controller",
|
"title": "RetroDECK: Switch Pro v.1b",
|
||||||
"mappingId": "RetroDECK_controller_switch_pro_simple.vdf",
|
"mappingId": "RetroDECK_controller_switch_pro_simple.vdf",
|
||||||
"profileType": "template"
|
"profileType": "template"
|
||||||
},
|
},
|
||||||
"neptune": {
|
"neptune": {
|
||||||
"title": "RetroDECK Controller",
|
"title": "RetroDECK: Steam Deck - Neptune v.1.1b FULL",
|
||||||
"mappingId": "RetroDECK_controller_steamdeck_neptune_full.vdf",
|
"mappingId": "RetroDECK_controller_steamdeck_neptune_full.vdf",
|
||||||
"profileType": "template"
|
"profileType": "template"
|
||||||
},
|
},
|
||||||
"steamcontroller_gordon": {
|
"steamcontroller_gordon": {
|
||||||
"title": "RetroDECK Controller",
|
"title": "RetroDECK: Steam Controller - Gordon v.1b",
|
||||||
"mappingId": "RetroDECK_controller_steam_controller_gordon_simple.vdf",
|
"mappingId": "RetroDECK_controller_steam_controller_gordon_simple.vdf",
|
||||||
"profileType": "template"
|
"profileType": "template"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue