mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 11:35:21 -04:00
Added alternative Pid for EVGA Z20
This commit is contained in:
committed by
Adam Honse
parent
ae94ce1252
commit
241b977904
@@ -415,7 +415,7 @@ void RGBController_EVGAKeyboard::SetupZones()
|
||||
/*-------------------------------------------------*\
|
||||
| Add configuration for the Z20 |
|
||||
\*-------------------------------------------------*/
|
||||
if(controller->GetPid() == 0x260A)
|
||||
if(controller->GetPid() == 0x260A || controller->GetPid() == 0x2610)
|
||||
{
|
||||
|
||||
for(uint8_t i = 0; i < EVGA_KEYBOARD_Z20_EXTRA_ZONES; i++)
|
||||
|
||||
Reference in New Issue
Block a user