Added alternative Pid for EVGA Z20
This commit is contained in:
parent
ae94ce1252
commit
241b977904
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ void RGBController_EVGAKeyboard::SetupZones()
|
||||||
/*-------------------------------------------------*\
|
/*-------------------------------------------------*\
|
||||||
| Add configuration for the Z20 |
|
| 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++)
|
for(uint8_t i = 0; i < EVGA_KEYBOARD_Z20_EXTRA_ZONES; i++)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue