Skip to content

Commit 72233ff

Browse files
Add Corsair Sabre RGB
1 parent bc31490 commit 72233ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
#define CORSAIR_M65_PRO_PID 0x1B2E
4747
#define CORSAIR_M65_RGB_ELITE_PID 0x1B5A
4848
#define CORSAIR_SCIMITAR_PRO_RGB_PID 0x1B3E
49+
#define CORSAIR_SABRE_RGB_PID 0x1B2F
4950

5051
/*-----------------------------------------------------*\
5152
| Mousepad product IDs |
@@ -98,6 +99,7 @@ static const corsair_node_device device_list[] =
9899
{ CORSAIR_VID, CORSAIR_M65_PRO_PID, 1, "Corsair M65 PRO" },
99100
{ CORSAIR_VID, CORSAIR_M65_RGB_ELITE_PID, 1, "Corsair M65 RGB Elite" },
100101
{ CORSAIR_VID, CORSAIR_SCIMITAR_PRO_RGB_PID, 1, "Corsair Scimitar PRO RGB" },
102+
{ CORSAIR_VID, CORSAIR_SABRE_RGB_PID, 1, "Corsair Sabre RGB" },
101103
/*-----------------------------------------------------------------------------------------------------*\
102104
| Mousemats |
103105
\*-----------------------------------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)