This commit is contained in:
legop3
2025-11-18 03:32:18 -05:00
parent e7793c8ef2
commit 6efa1b268f
8 changed files with 288 additions and 34 deletions
+22
View File
@@ -10,3 +10,25 @@ export const INPUT_SETTINGS_DEFAULTS = {
joystickSmoothing: 0.15,
},
};
export const GAMEPAD_MAPPING_DEFAULT = {
drive: {
horizontal: null,
vertical: null,
},
camera: {
vertical: null,
},
triggers: {
main: null,
side: null,
},
buttons: {
mainReverse: null,
sideReverse: null,
vacuum: null,
allAux: null,
driveMacro: null,
dockMacro: null,
},
};