Skip to content

Commit 3d963fa

Browse files
authored
Update web-config labels for dedicated analog inputs (#1432)
This is a very small PR that updates the labels for the dedicated analog inputs to include their overall direction as well.
1 parent b04223a commit 3d963fa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

www/src/Locales/en/PinMapping.jsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ export default {
8080
DIGITAL_DIRECTION_DOWN: 'Digital/D-Pad Down',
8181
DIGITAL_DIRECTION_LEFT: 'Digital/D-Pad Left',
8282
DIGITAL_DIRECTION_RIGHT: 'Digital/D-Pad Right',
83-
ANALOG_DIRECTION_LS_X_NEG: 'Left Analog Stick X-',
84-
ANALOG_DIRECTION_LS_X_POS: 'Left Analog Stick X+',
85-
ANALOG_DIRECTION_LS_Y_NEG: 'Left Analog Stick Y-',
86-
ANALOG_DIRECTION_LS_Y_POS: 'Left Analog Stick Y+',
87-
ANALOG_DIRECTION_RS_X_NEG: 'Right Analog Stick X-',
88-
ANALOG_DIRECTION_RS_X_POS: 'Right Analog Stick X+',
89-
ANALOG_DIRECTION_RS_Y_NEG: 'Right Analog Stick Y-',
90-
ANALOG_DIRECTION_RS_Y_POS: 'Right Analog Stick Y+',
83+
ANALOG_DIRECTION_LS_X_NEG: 'Left Analog Stick X- (Left)',
84+
ANALOG_DIRECTION_LS_X_POS: 'Left Analog Stick X+ (Right)',
85+
ANALOG_DIRECTION_LS_Y_NEG: 'Left Analog Stick Y- (Up)',
86+
ANALOG_DIRECTION_LS_Y_POS: 'Left Analog Stick Y+ (Down)',
87+
ANALOG_DIRECTION_RS_X_NEG: 'Right Analog Stick X- (Left)',
88+
ANALOG_DIRECTION_RS_X_POS: 'Right Analog Stick X+ (Right)',
89+
ANALOG_DIRECTION_RS_Y_NEG: 'Right Analog Stick Y- (Up)',
90+
ANALOG_DIRECTION_RS_Y_POS: 'Right Analog Stick Y+ (Down)',
9191
ANALOG_DIRECTION_MOD_LOW: 'Analog Stick Tilt 1',
9292
ANALOG_DIRECTION_MOD_HIGH: 'Analog Stick Tilt 2',
9393
BUTTON_PRESS_INPUT_REVERSE: 'Reverse Input',

0 commit comments

Comments
 (0)