mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
gumap
This commit is contained in:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user