From 6919d668473dbd48dab9a9a2582ae8a936153b1c Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 12 Jun 2016 23:37:07 +0200 Subject: [PATCH] remove text feature --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 2e45feb..1d539b7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -35,7 +35,7 @@ void usage() { cout<<"effect values :\t\trainbow, color\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<<"\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<<"sample :\n"; cout<<"g810-led -k logo ff0000\n";