mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 01:06: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);
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
@ -127,7 +127,7 @@ int loadProfile(string profileFile) {
|
||||
string line;
|
||||
int lineCount = 1;
|
||||
int ind;
|
||||
bool commit;
|
||||
//bool commit;
|
||||
|
||||
Keyboard g810;
|
||||
Keyboard::KeyGroup keyGroup;
|
||||
|
Loading…
Reference in New Issue
Block a user