add default rumble binds

- closes #4081
This commit is contained in:
Morilli 2025-02-17 10:58:01 +01:00
parent 46c1273dbd
commit 72f880db27
1 changed files with 26 additions and 0 deletions

View File

@ -1117,6 +1117,32 @@
"GamepadPrefix": "X1 ",
"Prescale": 1.0
}
},
"Gameboy Controller": {
"Rumble": {
"Channels": "Left+Right",
"GamepadPrefix": "X1 ",
"Prescale": 1.0
}
},
"GBA Controller": {
"Rumble": {
"Channels": "Left+Right",
"GamepadPrefix": "X1 ",
"Prescale": 1.0
}
},
"PSX Front Panel": {
"P1 Rumble Left (strong)": {
"Channels": "Left",
"GamepadPrefix": "X1 ",
"Prescale": 1.0
},
"P1 Rumble Right (weak)": {
"Channels": "Right",
"GamepadPrefix": "X1 ",
"Prescale": 1.0
}
}
}
}