mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 09:16: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:
parent
b707deb6d3
commit
34496f1d48
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user