From 3887cbd1b91ef2e51fa2c67ccda10d67eff10bf8 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 16 Jan 2019 21:49:50 +0100 Subject: [PATCH 1/2] Add Debian/Ubuntu installation instructions Signed-off-by: Stephen Kitt --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 10272c6..f6290bf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -24,6 +24,8 @@ Fedora (copr) :
`sudo dnf install g810-led`
Gentoo :
`emerge app-misc/g810-led` +Debian (unstable, and 10 or later), Ubuntu 19.04 or later :
+`apt install g810-led` ## Installation of dependencies :
ArchLinux :
From 41c930adc39025b7ababf8902788a01f8502a74c Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 16 Jan 2019 21:51:15 +0100 Subject: [PATCH 2/2] Fix 'unsupported' spelling Signed-off-by: Stephen Kitt --- README.md | 2 +- src/helpers/help.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d653d4..f12eb29 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Linux led controller for Logitech G213, G410, G413, G512, G513, G610, G810, G910 `g810-led -pp < profilefile # Load a profile`
`echo -e "k w ff0000\nk a ff0000\nk s ff0000\nk d ff0000\nc" | g810-led -pp # Set multiple keys`
-## Testing unsuported keyboards :
+## Testing unsupported keyboards :
Start by retrieving the VendorID and the ProductID of your keyboard using lsusb.
`lsusb`
Sample return :
diff --git a/src/helpers/help.cpp b/src/helpers/help.cpp index 11b7b60..1425a0b 100644 --- a/src/helpers/help.cpp +++ b/src/helpers/help.cpp @@ -99,7 +99,7 @@ namespace help { cout<<" -dv\t\t\t\t\tDevice vendor ID, such as 046d for Logitech. Can be omitted to match any vendor ID"<