1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-11-21 02:52:06 +00:00

Add GKeys mapping mode suport

This commit is contained in:
2017-03-11 21:14:50 +01:00
parent 664f1346c7
commit 8931db5685
4 changed files with 36 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ namespace help {
if (cmdName == "g910-led") {
cout<<" -mr {value}\t\t\t\tSet MR key (0-1)"<<endl;
cout<<" -mn {value}\t\t\t\tSet MN key (0-7) (M1=1, M2=2, M3=4) (M1+M2=3, M1+M3=5, ...)"<<endl;
cout<<endl;
cout<<" -gkm {value}\t\t\t\tSet GKeys mode (0=Mapped to FKeys, 1=Independent)"<<endl;
}
cout<<endl;
cout<<" -an {color}\t\t\t\tSet all keys color without commit"<<endl;