88/* -----------------------------------------------------*\
99| Wooting vendor ID |
1010\*-----------------------------------------------------*/
11- #define WOOTING_VID 0x03EB
11+ #define WOOTING_OLD_VID 0x03EB
12+ #define WOOTING_NEW_VID 0x31E3
1213
1314/* -----------------------------------------------------*\
1415| Keyboard product IDs |
1516\*-----------------------------------------------------*/
16- #define WOOTING_ONE_PID 0xFF01
17- #define WOOTING_TWO_PID 0xFF02
17+ #define WOOTING_ONE_PID 0xFF01
18+ #define WOOTING_TWO_PID 0xFF02
19+ #define WOOTING_TWO_LE_PID 0x1210
20+ #define WOOTING_TWO_HE_PID 0x1220
1821
1922typedef struct
2023{
@@ -30,8 +33,10 @@ static const wooting_device device_list[] =
3033 /* -----------------------------------------------------------------------*\
3134 | Keyboards |
3235 \*-----------------------------------------------------------------------*/
33- { WOOTING_VID, WOOTING_ONE_PID, " Wooting One" },
34- // { WOOTING_VID, WOOTING_TWO_PID, "Wooting Two" },
36+ { WOOTING_OLD_VID, WOOTING_ONE_PID, " Wooting One" },
37+ { WOOTING_OLD_VID, WOOTING_TWO_PID, " Wooting Two" },
38+ { WOOTING_NEW_VID, WOOTING_TWO_LE_PID, " Wooting Two LE" },
39+ { WOOTING_NEW_VID, WOOTING_TWO_HE_PID, " Wooting Two HE" },
3540};
3641
3742/* *****************************************************************************************\
0 commit comments