diff --git a/INSTALL.md b/INSTALL.md index ceb841d..02c9786 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -11,11 +11,11 @@ ## hidapi vs libusb :
hidapi is a newer implementation but needs more testing.
hidapi is more responsive than libusb (~20ms vs ~150ms).
-hidapi seem not work on CentOS, writing on hidraw is not allowed.
-hidapi is recommended but if you encounter problem on your system, switch to libusb.
+hidapi seems to not work on CentOS, writing to hidraw is not allowed.
+hidapi is recommended but if you encounter a problem on your system, switch to libusb.
-## Installation by repos :
+## Installation using repos :
ArchLinux (aur) :
`yaourt -S g810-led-git` # with yaourt
`pacaur -S g810-led-git` # with pacaur
@@ -39,7 +39,7 @@ Fedora :
`make bin LIB=libusb` # for libusb
`sudo make install`
-## Installation of the library (For developpers) :
+## Installation of the library (For developers) :
`make lib` # for hidapi
`make lib LIB=libusb` # for libusb
`sudo make install-lib` to install the libg810-led library.
@@ -53,8 +53,7 @@ Same as install, but your profile and reboot files are preserved.
## Boot profiles :
On boot, the keyboard is set with the udev file /etc/udev/rules.d/g810-led.rules
-This file launch the profile stored in /etc/g810-led/profile
-To prevent your keyboard to flash 3 time when you reboot, a systemd unit (g810-led-reboot) is available for this.
-It launch the profile stored in /etc/g810-led/reboot
+This file launches the profile stored in /etc/g810-led/profile
+To prevent your keyboard flashing 3 times when you reboot use the systemd unit (g810-led-reboot).
Samples can be found in /etc/g810-led/samples.
diff --git a/README.md b/README.md index c08fb6b..0bad66e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # g810-led
-Linux led controller for Logitech G213, G410, g413, G610, G810, G910 and GPRO Keyboards.
+Linux led controller for Logitech G213, G410, G413, G610, G810, G910 and GPRO Keyboards.
## Compatible keyboards :
- **G213 Prodigy**
@@ -68,7 +68,7 @@ Linux led controller for Logitech G213, G410, g413, G610, G810, G910 and GPRO Ke `echo -e "k w ff0000\nk a ff0000\nk s ff0000\nk d ff0000\nc" | g810-led -pp # Set multiple keys`
## Testing unsuported keyboards :
-Start by retrieve the VendorID and the ProductID of your keyboard with lsusb.
+Start by retrieving the VendorID and the ProductID of your keyboard using lsusb.
`lsusb`
Sample return :
`Bus 001 Device 001: ID 046d:c331 Logitech, Inc.`