diff --git a/src/components/profile/section.html b/src/components/profile/section.html index 4c2a7fc..b707248 100644 --- a/src/components/profile/section.html +++ b/src/components/profile/section.html @@ -536,7 +536,7 @@

{{getSectionTitle()}}

menu
-
keyboard_arrow_up
+
keyboard_arrow_up
Y
@@ -550,11 +550,11 @@

{{getSectionTitle()}}

B
-
keyboard_arrow_down
+
keyboard_arrow_down
arrow_upward
-
keyboard_arrow_up
+
keyboard_arrow_up
A
@@ -570,7 +570,7 @@

{{getSectionTitle()}}

arrow_downward
-
keyboard_arrow_down
+
keyboard_arrow_down
diff --git a/src/lib/hid.ts b/src/lib/hid.ts index 53d7f63..150b4b3 100644 --- a/src/lib/hid.ts +++ b/src/lib/hid.ts @@ -201,16 +201,16 @@ export enum HID { GAMEPAD_Y, GAMEPAD_AXIS_LX = GAMEPAD_AXIS_INDEX, - GAMEPAD_AXIS_LY, + GAMEPAD_AXIS_LY_NEG, // Inverted display of the vertical axis. GAMEPAD_AXIS_LZ, GAMEPAD_AXIS_RX, - GAMEPAD_AXIS_RY, + GAMEPAD_AXIS_RY_NEG, // Inverted. GAMEPAD_AXIS_RZ, GAMEPAD_AXIS_LX_NEG, - GAMEPAD_AXIS_LY_NEG, + GAMEPAD_AXIS_LY, // Inverted. GAMEPAD_AXIS_LZ_NEG, GAMEPAD_AXIS_RX_NEG, - GAMEPAD_AXIS_RY_NEG, + GAMEPAD_AXIS_RY, // Inverted. GAMEPAD_AXIS_RZ_NEG, PROC_PROFILE_0 = PROC_INDEX,