mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 09:16:11 +00:00
Update FX indicators color
This commit is contained in:
parent
cf7f551a25
commit
529c22aecb
@ -93,7 +93,7 @@ int setFX(LedKeyboard &kbd, std::string arg2, std::string arg3, std::string arg4
|
|||||||
case LedKeyboard::NativeEffect::cwave:
|
case LedKeyboard::NativeEffect::cwave:
|
||||||
if (! kbd.setGroupKeys(
|
if (! kbd.setGroupKeys(
|
||||||
LedKeyboard::KeyGroup::indicators,
|
LedKeyboard::KeyGroup::indicators,
|
||||||
LedKeyboard::Color({0x00, 0xff, 0xff}))
|
LedKeyboard::Color({0xff, 0xff, 0xff}))
|
||||||
) retval = 1;
|
) retval = 1;
|
||||||
if (! kbd.commit()) retval = 1;
|
if (! kbd.commit()) retval = 1;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user