diff --git a/src/main.cpp b/src/main.cpp index f184cc6..d513509 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,144 +2,149 @@ #include #include #include -#include "classes/Keyboard.h" #include +#include "classes/Keyboard.h" using namespace std; +string appname = "g810-led"; + void usage() { - string appname = "g810-led"; - cout< 1) { string argCmd = argv[1]; if (argCmd == "-h" || argCmd == "--help") { usage(); return 0; }