From 529c22aecb013f0039a5b5b97e8ac4d031354138 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Thu, 26 Jan 2017 04:49:15 +0100 Subject: [PATCH] Update FX indicators color --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index c582bc9..4ae5362 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;