mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-16 10:34:48 -04:00
Added Bloody W70 Max Mouse
* Added new PID and usage to A4Tech_Detector * Added PID to layout switch in RGBController_BloodyMouse * Resolves #4296
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
| Mouse product IDs |
|
||||
\*-----------------------------------------------------*/
|
||||
#define BLOODY_W60_PRO_PID 0x37EA
|
||||
#define BLOODY_W70_MAX_PID 0x79EF
|
||||
#define BLOODY_W90_MAX_PID 0x3666
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
|
||||
@@ -109,6 +109,7 @@ void RGBController_BloodyMouse::SetupZones()
|
||||
case BLOODY_W60_PRO_PID:
|
||||
layout = w60_pro;
|
||||
break;
|
||||
case BLOODY_W70_MAX_PID:
|
||||
case BLOODY_W90_MAX_PID:
|
||||
layout = w90_max;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user