@@ -17,10 +17,6 @@ typedef uint8_t pabb_ProgramID;
1717
1818#define PABB_PID_UNSPECIFIED 0x00
1919
20- // Old AVR8
21- #define PABB_PID_PABOTBASE_12KB 0x08
22- #define PABB_PID_PABOTBASE_31KB 0x09
23-
2420// New AVR8
2521#define PABB_PID_PABOTBASE_ArduinoUnoR3 0x01
2622#define PABB_PID_PABOTBASE_ArduinoLeonardo 0x02
@@ -53,20 +49,21 @@ typedef uint32_t pabb_ControllerID;
5349#define PABB_CID_StandardHid_Keyboard 0x0100
5450
5551#define PABB_CID_NintendoSwitch_WiredController 0x1000
56- #define PABB_CID_NintendoSwitch_WiredProController 0x1001
57- #define PABB_CID_NintendoSwitch_WiredLeftJoycon 0x1005
58- #define PABB_CID_NintendoSwitch_WiredRightJoycon 0x1006
59- #define PABB_CID_NintendoSwitch_WirelessProController 0x1002
60- #define PABB_CID_NintendoSwitch_WirelessLeftJoycon 0x1003
61- #define PABB_CID_NintendoSwitch_WirelessRightJoycon 0x1004
62-
6352#define PABB_CID_NintendoSwitch2_WiredController 0x1010
64- #define PABB_CID_NintendoSwitch2_WiredProController 0x1011
65- #define PABB_CID_NintendoSwitch2_WiredLeftJoycon 0x1015
66- #define PABB_CID_NintendoSwitch2_WiredRightJoycon 0x1016
67- #define PABB_CID_NintendoSwitch2_WirelessProController 0x1012
68- #define PABB_CID_NintendoSwitch2_WirelessLeftJoycon 0x1013
69- #define PABB_CID_NintendoSwitch2_WirelessRightJoycon 0x1014
53+
54+ #define PABB_CID_NintendoSwitch_WiredProController 0x1100
55+ #define PABB_CID_NintendoSwitch_WiredLeftJoycon 0x1101
56+ #define PABB_CID_NintendoSwitch_WiredRightJoycon 0x1102
57+ #define PABB_CID_NintendoSwitch_WirelessProController 0x1180
58+ #define PABB_CID_NintendoSwitch_WirelessLeftJoycon 0x1181
59+ #define PABB_CID_NintendoSwitch_WirelessRightJoycon 0x1182
60+
61+ #define PABB_CID_NintendoSwitch2_WiredProController 0x1200
62+ #define PABB_CID_NintendoSwitch2_WiredLeftJoycon 0x1201
63+ #define PABB_CID_NintendoSwitch2_WiredRightJoycon 0x1202
64+ #define PABB_CID_NintendoSwitch2_WirelessProController 0x1280
65+ #define PABB_CID_NintendoSwitch2_WirelessLeftJoycon 0x1281
66+ #define PABB_CID_NintendoSwitch2_WirelessRightJoycon 0x1282
7067
7168
7269#endif
0 commit comments