1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 01:06:11 +00:00

Update FX Support Notice

I've tested the FX support on a g512 and all command work just fine with
the exception of not being able to set a logo color simply because there
is no backlit logo…

This patch just updates the help notice which mentions that the FX
commands are only tested on the g810, suggesting that they might not
work on other keyboards.
This commit is contained in:
Lars Kiesow 2018-10-31 19:23:46 +01:00
parent b707deb6d3
commit 34496f1d48

View File

@ -240,7 +240,7 @@ namespace help {
cout<<cmdName<<" Effects"<<endl; cout<<cmdName<<" Effects"<<endl;
cout<<"----------------"<<endl; cout<<"----------------"<<endl;
cout<<endl; cout<<endl;
cout<<"At this time, FX are only tested on g810 !"<<endl; cout<<"At this time, FX are only tested on g810 and g512 !"<<endl;
cout<<endl; cout<<endl;
cout<<" -fx {effect} {target}"<<endl; cout<<" -fx {effect} {target}"<<endl;
cout<<endl; cout<<endl;