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.
This commit is contained in:
@@ -80,14 +80,14 @@ export default {
|
||||
DIGITAL_DIRECTION_DOWN: 'Digital/D-Pad Down',
|
||||
DIGITAL_DIRECTION_LEFT: 'Digital/D-Pad Left',
|
||||
DIGITAL_DIRECTION_RIGHT: 'Digital/D-Pad Right',
|
||||
ANALOG_DIRECTION_LS_X_NEG: 'Left Analog Stick X-',
|
||||
ANALOG_DIRECTION_LS_X_POS: 'Left Analog Stick X+',
|
||||
ANALOG_DIRECTION_LS_Y_NEG: 'Left Analog Stick Y-',
|
||||
ANALOG_DIRECTION_LS_Y_POS: 'Left Analog Stick Y+',
|
||||
ANALOG_DIRECTION_RS_X_NEG: 'Right Analog Stick X-',
|
||||
ANALOG_DIRECTION_RS_X_POS: 'Right Analog Stick X+',
|
||||
ANALOG_DIRECTION_RS_Y_NEG: 'Right Analog Stick Y-',
|
||||
ANALOG_DIRECTION_RS_Y_POS: 'Right Analog Stick Y+',
|
||||
ANALOG_DIRECTION_LS_X_NEG: 'Left Analog Stick X- (Left)',
|
||||
ANALOG_DIRECTION_LS_X_POS: 'Left Analog Stick X+ (Right)',
|
||||
ANALOG_DIRECTION_LS_Y_NEG: 'Left Analog Stick Y- (Up)',
|
||||
ANALOG_DIRECTION_LS_Y_POS: 'Left Analog Stick Y+ (Down)',
|
||||
ANALOG_DIRECTION_RS_X_NEG: 'Right Analog Stick X- (Left)',
|
||||
ANALOG_DIRECTION_RS_X_POS: 'Right Analog Stick X+ (Right)',
|
||||
ANALOG_DIRECTION_RS_Y_NEG: 'Right Analog Stick Y- (Up)',
|
||||
ANALOG_DIRECTION_RS_Y_POS: 'Right Analog Stick Y+ (Down)',
|
||||
ANALOG_DIRECTION_MOD_LOW: 'Analog Stick Tilt 1',
|
||||
ANALOG_DIRECTION_MOD_HIGH: 'Analog Stick Tilt 2',
|
||||
BUTTON_PRESS_INPUT_REVERSE: 'Reverse Input',
|
||||
|
||||
Reference in New Issue
Block a user