mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 01:06: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:
|
||||
if (! kbd.setGroupKeys(
|
||||
LedKeyboard::KeyGroup::indicators,
|
||||
LedKeyboard::Color({0x00, 0xff, 0xff}))
|
||||
LedKeyboard::Color({0xff, 0xff, 0xff}))
|
||||
) retval = 1;
|
||||
if (! kbd.commit()) retval = 1;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user