From 69281f01d5398aeed4978b7555b66024bc7a51da Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 3 Dec 2016 15:22:03 +0100 Subject: [PATCH] Imrove help and readme for g910 --- README.md | 3 ++- src/main.cpp | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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() {