Skip to content

Commit 33e15cf

Browse files
TheRogueZetaCalcProgrammer1
authored andcommitted
Add Corsair Strafe Red PID to the detector
1 parent a64d3a8 commit 33e15cf

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
@@ -35,6 +35,7 @@
3535
#define CORSAIR_K95_PLATINUM_PID 0x1B2D
3636

3737
#define CORSAIR_STRAFE_PID 0x1B20
38+
#define CORSAIR_STRAFE_RED_PID 0x1B44
3839
#define CORSAIR_STRAFE_MK2_PID 0x1B48
3940

4041
/*-----------------------------------------------------*\
@@ -135,6 +136,7 @@ REGISTER_HID_DETECTOR_IP("Corsair K70 RGB MK.2 Low Profile", DetectCorsairPeriph
135136
REGISTER_HID_DETECTOR_IP("Corsair K95 RGB", DetectCorsairPeripheralControllers, CORSAIR_VID, CORSAIR_K95_RGB_PID, 1, 0xFFC2);
136137
REGISTER_HID_DETECTOR_IP("Corsair K95 RGB PLATINUM", DetectCorsairPeripheralControllers, CORSAIR_VID, CORSAIR_K95_PLATINUM_PID, 1, 0xFFC2);
137138
REGISTER_HID_DETECTOR_IP("Corsair Strafe", DetectCorsairPeripheralControllers, CORSAIR_VID, CORSAIR_STRAFE_PID, 1, 0xFFC2);
139+
REGISTER_HID_DETECTOR_IP("Corsair Strafe Red", DetectCorsairPeripheralControllers, CORSAIR_VID, CORSAIR_STRAFE_RED_PID, 1, 0xFFC2);
138140
REGISTER_HID_DETECTOR_IP("Corsair Strafe MK.2", DetectCorsairPeripheralControllers, CORSAIR_VID, CORSAIR_STRAFE_MK2_PID, 1, 0xFFC2);
139141
/*-----------------------------------------------------------------------------------------------------*\
140142
| Mice |

0 commit comments

Comments
 (0)