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

Remove Raws because it work best as profile

This commit is contained in:
MatMoul 2016-06-17 21:13:04 +02:00
parent a34d7e230f
commit c93f8beae8
2 changed files with 2 additions and 1 deletions

View File

@ -665,4 +665,5 @@ bool Keyboard::setGroupKeys(KeyGroup keyGroup, KeyColors colors) {
setKeys(keyValues, keyValuesCount);
break;
}
return true;
}

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;