This commit is contained in:
legop3
2025-11-18 03:45:32 -05:00
parent 6efa1b268f
commit 481c0e1bcd
6 changed files with 67 additions and 56 deletions
+7 -7
View File
@@ -19,16 +19,16 @@ export const GAMEPAD_MAPPING_DEFAULT = {
camera: {
vertical: null,
},
triggers: {
main: null,
side: null,
brushes: {
mainAxis: null,
sideAxis: null,
},
buttons: {
allAux: null,
vacuum: null,
mainReverse: null,
sideReverse: null,
vacuum: null,
allAux: null,
driveMacro: null,
dockMacro: null,
dock: null,
drive: null,
},
};