diff --git a/README.md b/README.md index 0f863c0..761f288 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Linux LED controller for the Logitech G810 Orion Spectrum Keyboard Other compatible keyboard :
G410 Atlas Spectrum
G610 Orion
-g910 Orion Spark +G910 Orion Spark +G910 Orion Spectrum ![jj](https://raw.githubusercontent.com/MatMoul/g810-led/master/pictures/logitech_g810-2.jpg) diff --git a/src/main.cpp b/src/main.cpp index 76b10fb..8cc356b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -46,7 +46,8 @@ void listkeys() { cout<<"-------------------------\n"; cout<<"\n"; cout<<"Group logo :\n"; - cout<<" Logo\n"; + cout<<" logo\n"; + cout<<" logo2\n"; cout<<"\n"; cout<<"Group indicators :\n"; cout<<" num_indicator, numindicator, num\n"; @@ -125,6 +126,8 @@ void listkeys() { cout<<" comma\n"; cout<<" period\n"; cout<<" slash\n"; + cout<<"Group gkeys :\n"; + cout<<" g1 - g9\n"; } int commit() {