Skip to content

Commit 3d3cd66

Browse files
committed
fix
1 parent 89c046c commit 3d3cd66

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Common/SerialPABotBase/SerialPABotBase_Protocol_IDs.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,19 @@ typedef uint32_t pabb_ControllerID;
5454

5555
#define PABB_CID_NintendoSwitch_WiredController 0x1000
5656
#define PABB_CID_NintendoSwitch_WiredProController 0x1001
57+
#define PABB_CID_NintendoSwitch_WiredLeftJoycon 0x1005
58+
#define PABB_CID_NintendoSwitch_WiredRightJoycon 0x1006
5759
#define PABB_CID_NintendoSwitch_WirelessProController 0x1002
58-
#define PABB_CID_NintendoSwitch_LeftJoycon 0x1003
59-
#define PABB_CID_NintendoSwitch_RightJoycon 0x1004
60+
#define PABB_CID_NintendoSwitch_WirelessLeftJoycon 0x1003
61+
#define PABB_CID_NintendoSwitch_WirelessRightJoycon 0x1004
6062

6163
#define PABB_CID_NintendoSwitch2_WiredController 0x1010
6264
#define PABB_CID_NintendoSwitch2_WiredProController 0x1011
65+
#define PABB_CID_NintendoSwitch2_WiredLeftJoycon 0x1015
66+
#define PABB_CID_NintendoSwitch2_WiredRightJoycon 0x1016
6367
#define PABB_CID_NintendoSwitch2_WirelessProController 0x1012
64-
#define PABB_CID_NintendoSwitch2_LeftJoycon 0x1013
65-
#define PABB_CID_NintendoSwitch2_RightJoycon 0x1014
68+
#define PABB_CID_NintendoSwitch2_WirelessLeftJoycon 0x1013
69+
#define PABB_CID_NintendoSwitch2_WirelessRightJoycon 0x1014
6670

6771

6872
#endif

0 commit comments

Comments
 (0)