Change less than or equal to less than. This shouldn't change anything, but it seems the Media Next key has issues as it was and this fixes that
This commit is contained in:
parent
f741cb7c6b
commit
94c18fc9b4
1 changed files with 2 additions and 2 deletions
|
|
@ -401,7 +401,7 @@ void HyperXKeyboardController::SendExtendedColor
|
|||
/*-----------------------------------------------------*\
|
||||
| Fill in color data |
|
||||
\*-----------------------------------------------------*/
|
||||
for(int i = 0x08; i <= 0x93; i++)
|
||||
for(int i = 0x08; i < 0x94; i++)
|
||||
{
|
||||
buf[i] = color_data[i];
|
||||
}
|
||||
|
|
@ -470,7 +470,7 @@ void HyperXKeyboardController::SendDirectExtended
|
|||
/*-----------------------------------------------------*\
|
||||
| Fill in color data |
|
||||
\*-----------------------------------------------------*/
|
||||
for(int i = 0x08; i <= 0x93; i++)
|
||||
for(int i = 0x08; i < 0x94; i++)
|
||||
{
|
||||
buf[i] = color_data[i];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue