1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2026-06-01 18:33:33 +00:00

Remove Raws because it work best as profile

This commit is contained in:
2016-06-17 21:13:04 +02:00
parent a34d7e230f
commit c93f8beae8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -665,4 +665,5 @@ bool Keyboard::setGroupKeys(KeyGroup keyGroup, KeyColors colors) {
setKeys(keyValues, keyValuesCount);
break;
}
return true;
}
+1 -1
View File
@@ -127,7 +127,7 @@ int loadProfile(string profileFile) {
string line;
int lineCount = 1;
int ind;
bool commit;
//bool commit;
Keyboard g810;
Keyboard::KeyGroup keyGroup;