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:
Chris M
2024-08-28 07:08:37 +10:00
parent a6df80f87e
commit c23bbbd32a
3 changed files with 3 additions and 0 deletions

View File

@@ -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
/*-----------------------------------------------------*\

View File

@@ -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;