Skip to content

Commit 3117dd0

Browse files
Chr1sNoCalcProgrammer1
authored andcommitted
Added Bloody W90 Pro Mouse
* Added new PID and usage to A4Tech_Detector * Added PID to layout switch in RGBController_BloodyMouse * Resolves #4466
1 parent 034a885 commit 3117dd0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Controllers/A4TechController/A4Tech_Detector.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ void DetectBloodyB820R(hid_device_info* info, const std::string& name)
5858
REGISTER_HID_DETECTOR_IPU("Bloody W60 Pro", DetectA4TechMouseControllers, A4_TECH_VID, BLOODY_W60_PRO_PID, 2, 0xFF33, 0x0529);
5959
REGISTER_HID_DETECTOR_IPU("Bloody W70 Max", DetectA4TechMouseControllers, A4_TECH_VID, BLOODY_W70_MAX_PID, 2, 0xFF33, 0x0518);
6060
REGISTER_HID_DETECTOR_IPU("Bloody W90 Max", DetectA4TechMouseControllers, A4_TECH_VID, BLOODY_W90_MAX_PID, 2, 0xFF33, 0x053D);
61+
REGISTER_HID_DETECTOR_IPU("Bloody W90 Pro", DetectA4TechMouseControllers, A4_TECH_VID, BLOODY_W90_PRO_PID, 2, 0xFF33, 0x054D);
6162
REGISTER_HID_DETECTOR_IPU("Bloody MP 50RS", DetectA4TechMouseControllers, A4_TECH_VID, BLOODY_MP_50RS_PID, 2, 0xFFF2, 0x6009);
6263
REGISTER_HID_DETECTOR_IPU("Bloody B820R", DetectBloodyB820R, A4_TECH_VID, BLOODY_B820R_PID, 2, 0xFF52, 0x0210);

Controllers/A4TechController/BloodyMouseController/BloodyMouseController.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#define BLOODY_W60_PRO_PID 0x37EA
2222
#define BLOODY_W70_MAX_PID 0x79EF
2323
#define BLOODY_W90_MAX_PID 0x3666
24+
#define BLOODY_W90_PRO_PID 0x39B6
2425

2526
/*-----------------------------------------------------*\
2627
| Mousemat product IDs |

Controllers/A4TechController/BloodyMouseController/RGBController_BloodyMouse.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ void RGBController_BloodyMouse::SetupZones()
111111
break;
112112
case BLOODY_W70_MAX_PID:
113113
case BLOODY_W90_MAX_PID:
114+
case BLOODY_W90_PRO_PID:
114115
layout = w90_max;
115116
break;
116117
case BLOODY_MP_50RS_PID:

0 commit comments

Comments
 (0)