@@ -106,11 +106,11 @@ export const GAME_CONTROLLER_BUTTON_CONFIG: GpadBtnConfig[] = [
106
106
{ btnName : "button_4" , helpLabel : "Depth Hold Mode" , tooltipPlacement : "left" } ,
107
107
{ btnName : "shoulder_button_front_left" , helpLabel : "Open Claw" , tooltipPlacement : "right" , fireWhileHolding : true , } ,
108
108
{ btnName : "shoulder_button_front_right" , helpLabel : "Close Claw" , tooltipPlacement : "left" , fireWhileHolding : true , } ,
109
- { btnName : "shoulder_trigger_back_left" , helpLabel : "N/A (Use sholder clicky button instead )" , fireWhileHolding : true , tooltipPlacement : "right" } ,
110
- { btnName : "shoulder_trigger_back_right" , helpLabel : "N/A (Use sholder clicky button instead )" , fireWhileHolding : true , tooltipPlacement : "left" } ,
109
+ { btnName : "shoulder_trigger_back_left" , helpLabel : "Slow motors (Use +/- button for claw )" , fireWhileHolding : true , tooltipPlacement : "right" } ,
110
+ { btnName : "shoulder_trigger_back_right" , helpLabel : "Slow motors (Use +/- button for claw )" , fireWhileHolding : true , tooltipPlacement : "left" } ,
111
111
{ btnName : "select_button" , helpLabel : "Move-Roll Toggle" , tooltipPlacement : "right" } ,
112
112
{ btnName : "start_button" , helpLabel : "Acrobatic Mode" , tooltipPlacement : "left" } ,
113
- { btnName : "stick_button_left" , helpLabel : "Move Forward-Back & Turn (Click & Hold for alt gamepad actions)" , tooltipPlacement : "right" } ,
113
+ { btnName : "stick_button_left" , helpLabel : "Move Forward-Back & Turn (TBD: Click & Hold for alt gamepad actions)" , tooltipPlacement : "right" } ,
114
114
{ btnName : "stick_button_right" , helpLabel : "Move Up-Down & Left-Right" , tooltipPlacement : "left" } ,
115
115
{ btnName : "d_pad_up" , helpLabel : "Look Up" , fireWhileHolding : true , tooltipPlacement : "right" } ,
116
116
{ btnName : "d_pad_down" , helpLabel : "Look Down" , fireWhileHolding : true , tooltipPlacement : "right" } ,
0 commit comments