mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 17:26:11 +00:00
Remove Raws because it work best as profile
This commit is contained in:
parent
a34d7e230f
commit
c93f8beae8
@ -665,4 +665,5 @@ bool Keyboard::setGroupKeys(KeyGroup keyGroup, KeyColors colors) {
|
|||||||
setKeys(keyValues, keyValuesCount);
|
setKeys(keyValues, keyValuesCount);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
@ -127,7 +127,7 @@ int loadProfile(string profileFile) {
|
|||||||
string line;
|
string line;
|
||||||
int lineCount = 1;
|
int lineCount = 1;
|
||||||
int ind;
|
int ind;
|
||||||
bool commit;
|
//bool commit;
|
||||||
|
|
||||||
Keyboard g810;
|
Keyboard g810;
|
||||||
Keyboard::KeyGroup keyGroup;
|
Keyboard::KeyGroup keyGroup;
|
||||||
|
Loading…
Reference in New Issue
Block a user