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

remove text feature

This commit is contained in:
MatMoul 2016-06-12 23:37:07 +02:00
parent 22f6585d8e
commit 6919d66847

View File

@ -35,7 +35,7 @@ void usage() {
cout<<"effect values :\t\trainbow, color\n"; cout<<"effect values :\t\trainbow, color\n";
cout<<"key values :\t\tabc... 123... and other\n"; cout<<"key values :\t\tabc... 123... and other\n";
cout<<"group values :\t\tlogo, indicators, fkeys, modifiers, multimedia, arrows, numeric, functions, keys\n"; cout<<"group values :\t\tlogo, indicators, fkeys, modifiers, multimedia, arrows, numeric, functions, keys\n";
cout<<"\t\t\traw0, raw1, raw2, raw3, raw4, raw5, raw6\n"; //cout<<"\t\t\traw0, raw1, raw2, raw3, raw4, raw5, raw6\n"; // need map with keyboard layout
cout<<"\n"; cout<<"\n";
cout<<"sample :\n"; cout<<"sample :\n";
cout<<"g810-led -k logo ff0000\n"; cout<<"g810-led -k logo ff0000\n";