mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-12-11 06:55:39 +00:00
SRM: updated controller configs
This commit is contained in:
parent
b2a7ad9f9d
commit
5c5e671248
|
@ -48,12 +48,12 @@
|
||||||
"controllers": {
|
"controllers": {
|
||||||
"ps4": {
|
"ps4": {
|
||||||
"title": "RetroDECK Controller",
|
"title": "RetroDECK Controller",
|
||||||
"mappingId": "RetroDECK_controller_ps4.vdf",
|
"mappingId": "RetroDECK_controller_ps4_dualshock4_simple.vdf",
|
||||||
"profileType": "template"
|
"profileType": "template"
|
||||||
},
|
},
|
||||||
"ps5": {
|
"ps5": {
|
||||||
"title": "RetroDECK Controller",
|
"title": "RetroDECK Controller",
|
||||||
"mappingId": "RetroDECK_controller_ps5.vdf",
|
"mappingId": "RetroDECK_controller_ps5_dualsense_simple.vdf",
|
||||||
"profileType": "template"
|
"profileType": "template"
|
||||||
},
|
},
|
||||||
"ps5_edge": null,
|
"ps5_edge": null,
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
},
|
},
|
||||||
"switch_pro": {
|
"switch_pro": {
|
||||||
"title": "RetroDECK Controller",
|
"title": "RetroDECK Controller",
|
||||||
"mappingId": "RetroDECK_controller_switchpro.vdf",
|
"mappingId": "RetroDECK_controller_switch_pro_simple.vdf",
|
||||||
"profileType": "template"
|
"profileType": "template"
|
||||||
},
|
},
|
||||||
"neptune": {
|
"neptune": {
|
||||||
|
@ -88,7 +88,11 @@
|
||||||
"mappingId": "RetroDECK_controller_steamdeck_neptune_full.vdf",
|
"mappingId": "RetroDECK_controller_steamdeck_neptune_full.vdf",
|
||||||
"profileType": "template"
|
"profileType": "template"
|
||||||
},
|
},
|
||||||
"steamcontroller_gordon": null
|
"steamcontroller_gordon": {
|
||||||
|
"title": "RetroDECK Controller",
|
||||||
|
"mappingId": "RetroDECK_controller_steam_controller_gordon_simple.vdf",
|
||||||
|
"profileType": "template"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"imageProviderAPIs": {
|
"imageProviderAPIs": {
|
||||||
"sgdb": {
|
"sgdb": {
|
||||||
|
|
Loading…
Reference in a new issue