diff --git a/README.md b/README.md index d2656fa..9254394 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,13 @@ Linux LED controller for Logitech Led Keyboards.
- look at the wiki : https://github.com/MatMoul/g810-led/wiki
##Compatible keyboards :
- **G410 Atlas Spectrum :**
-![jj](https://raw.githubusercontent.com/MatMoul/g810-led/master/pictures/g410.png)
- **G610 Orion (Brown and Red) :**
-![jj](https://raw.githubusercontent.com/MatMoul/g810-led/master/pictures/g610.png)
- **G810 Orion Spectrum :**
-![jj](https://raw.githubusercontent.com/MatMoul/g810-led/master/pictures/g810.jpg)
- **G910 Orion (Spark and Spectrum) :**
-![jj](https://raw.githubusercontent.com/MatMoul/g810-led/master/pictures/g910.jpg)
##Samples :
-`g810-led -p /etc/g810/profile # Set a profile`
+`g810-led -p /etc/g810/profile # Load a profile`
`g810-led -k logo ff0000 # Set color of a key`
`g810-led -a 00ff00 # Set color of all keys`
`g810-led -g fkeys ff00ff # Set color of a group of keys`
@@ -45,3 +37,7 @@ Linux LED controller for Logitech Led Keyboards.
`g610-led -a 60 # Set intensity of all keys`
`g610-led -k logo ff # Set intensity of a key`
`g610-led -g fkeys aa # Set intensity of a group of keys`
+ +##Samples with pipe :
+`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`