mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 01:06:11 +00:00
Merge pull request #55 from wextia/master
Fixed markdown formatting on README.md
This commit is contained in:
commit
b5316e5df8
16
README.md
16
README.md
@ -2,7 +2,7 @@
|
||||
|
||||
Linux led controller for Logitech G410, G610, G810 and G910 Keyboards.</br>
|
||||
|
||||
##Compatible keyboards :</br>
|
||||
## Compatible keyboards :</br>
|
||||
- **G410 Atlas Spectrum**</br>
|
||||
- **G610 Orion Brown**</br>
|
||||
- **G610 Orion Red**</br>
|
||||
@ -10,13 +10,13 @@ Linux led controller for Logitech G410, G610, G810 and G910 Keyboards.</br>
|
||||
- **G910 Orion Spark**</br>
|
||||
- **G910 Orion Spectrum**</br>
|
||||
|
||||
##Contribute and evolution :</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)
|
||||
|
||||
##Help :</br>
|
||||
## Help :</br>
|
||||
`g410-led --help`</br>
|
||||
`g610-led --help`</br>
|
||||
`g810-led --help`</br>
|
||||
@ -26,7 +26,7 @@ Linux led controller for Logitech G410, G610, G810 and G910 Keyboards.</br>
|
||||
`g810-led --help-effects`</br>
|
||||
`g810-led --help-samples`</br>
|
||||
|
||||
##Samples :</br>
|
||||
## Samples :</br>
|
||||
`g810-led -p /etc/g810/profile # Load a profile`</br>
|
||||
`g810-led -k logo ff0000 # Set color of a key`</br>
|
||||
`g810-led -a 00ff00 # Set color of all keys`</br>
|
||||
@ -39,7 +39,7 @@ Linux led controller for Logitech G410, G610, G810 and G910 Keyboards.</br>
|
||||
`g810-led -fx vwave keys 0a # Set vertical wave effect`</br>
|
||||
`g810-led -fx cwave keys 0a # Set center wave effect`</br>
|
||||
|
||||
##Samples with no commit :</br>
|
||||
## Samples with no commit :</br>
|
||||
`g810-led -an 000000 # Set color of all key with no action`</br>
|
||||
`g810-led -gn modifiers ff0000 # Set color of a group with no action`</br>
|
||||
`g810-led -kn w ff0000 # Set color of a key with no action`</br>
|
||||
@ -48,11 +48,11 @@ Linux led controller for Logitech G410, G610, G810 and G910 Keyboards.</br>
|
||||
`g810-led -kn d ff0000 # Set color of a key with no action`</br>
|
||||
`g810-led -c # Commit all changes`</br>
|
||||
|
||||
##Samples for g610 :</br>
|
||||
## Samples for g610 :</br>
|
||||
`g610-led -a 60 # Set intensity of all keys`</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>
|
||||
|
||||
##Samples with pipe (for effects) :</br>
|
||||
## Samples with pipe (for effects) :</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>
|
||||
|
Loading…
Reference in New Issue
Block a user