1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 01:06:11 +00:00

Update README

This commit is contained in:
MatMoul 2017-01-26 02:43:40 +01:00
parent 865cad8070
commit cc189ad093

View File

@ -10,6 +10,9 @@ Linux led controller for Logitech G410, G610, G810 and G910 Keyboards.</br>
- **G910 Orion Spark**</br> - **G910 Orion Spark**</br>
- **G910 Orion Spectrum**</br> - **G910 Orion Spectrum**</br>
##Contribute and evolution :</br>
* [TODO.md](https://github.com/MatMoul/g810-led/blob/master/TODO.md)
##Install :</br> ##Install :</br>
* [INSTALL.md](https://github.com/MatMoul/g810-led/blob/master/INSTALL.md) * [INSTALL.md](https://github.com/MatMoul/g810-led/blob/master/INSTALL.md)
@ -23,9 +26,6 @@ Linux led controller for Logitech G410, G610, G810 and G910 Keyboards.</br>
`g810-led --help-effects`</br> `g810-led --help-effects`</br>
`g810-led --help-samples`</br> `g810-led --help-samples`</br>
##Contribute and evolution :</br>
* [TODO.md](https://github.com/MatMoul/g810-led/blob/master/TODO.md)
##Samples :</br> ##Samples :</br>
`g810-led -p /etc/g810/profile # Load a profile`</br> `g810-led -p /etc/g810/profile # Load a profile`</br>
`g810-led -k logo ff0000 # Set color of a key`</br> `g810-led -k logo ff0000 # Set color of a key`</br>
@ -53,6 +53,6 @@ Linux led controller for Logitech G410, G610, G810 and G910 Keyboards.</br>
`g610-led -k logo ff # Set intensity of a key`</br> `g610-led -k logo ff # Set intensity of a key`</br>
`g610-led -g fkeys aa # Set intensity of a group of keys`</br> `g610-led -g fkeys aa # Set intensity of a group of keys`</br>
##Samples with pipe :</br> ##Samples with pipe (for effects) :</br>
`g810-led -pp < profilefile # Load a profile`</br> `g810-led -pp < profilefile # Load a profile`</br>
`echo -e "k w ff0000\nk a ff0000\nk s ff0000\nk d ff0000\nc" | g810-led -pp # Set multiple keys`</br> `echo -e "k w ff0000\nk a ff0000\nk s ff0000\nk d ff0000\nc" | g810-led -pp # Set multiple keys`</br>