2017-01-05 00:55:33 +00:00
|
|
|
# g810-led</br>
|
2016-06-12 20:16:07 +00:00
|
|
|
|
2017-01-05 00:55:33 +00:00
|
|
|
Linux LED controller for Logitech Led Keyboards.</br>
|
2016-06-12 20:16:07 +00:00
|
|
|
|
2017-01-05 00:57:48 +00:00
|
|
|
##Install and use :</br>
|
2017-01-05 00:55:33 +00:00
|
|
|
- look at the wiki : https://github.com/MatMoul/g810-led/wiki</br>
|
2016-06-12 20:16:07 +00:00
|
|
|
|
2017-01-05 00:57:48 +00:00
|
|
|
##Compatible keyboards :</br>
|
2016-06-12 22:40:02 +00:00
|
|
|
|
2017-01-05 00:55:33 +00:00
|
|
|
**G410 Atlas Spectrum :**</br>
|
|
|
|
![jj](https://raw.githubusercontent.com/MatMoul/g810-led/master/pictures/g410.png)</br>
|
2016-06-12 22:15:05 +00:00
|
|
|
|
2017-01-05 00:55:33 +00:00
|
|
|
**G610 Orion (Brown and Red) :**</br>
|
|
|
|
![jj](https://raw.githubusercontent.com/MatMoul/g810-led/master/pictures/g610.png)</br>
|
|
|
|
|
|
|
|
**G810 Orion Spectrum :**</br>
|
|
|
|
![jj](https://raw.githubusercontent.com/MatMoul/g810-led/master/pictures/g810.jpg)</br>
|
|
|
|
|
|
|
|
**G910 Orion (Spark and Spectrum) :**</br>
|
|
|
|
![jj](https://raw.githubusercontent.com/MatMoul/g810-led/master/pictures/g910.jpg)</br>
|
|
|
|
|
2017-01-05 00:57:48 +00:00
|
|
|
##Samples :</br>
|
2016-08-19 21:11:49 +00:00
|
|
|
`g810-led -p /etc/g810/profile # Set a profile`</br>
|
|
|
|
`g810-led -k logo ff0000 # Set color of a key`</br>
|
|
|
|
`g810-led -a 00ff00 # Set color of all keys`</br>
|
|
|
|
`g810-led -g fkeys ff00ff # Set color of a group of keys`</br>
|
|
|
|
`g810-led -s color # Set keyboard power on effect`</br>
|
2016-12-30 20:41:47 +00:00
|
|
|
`g810-led -fx-color 00ff00 # Set fixed color effect`</br>
|
2017-01-04 02:55:34 +00:00
|
|
|
`g810-led -fx-breathing 00ff00 0a # Set breathing effect`</br>
|
|
|
|
`g810-led -fx-cycle 0a # Set color cycle effect`</br>
|
|
|
|
`g810-led -fx-hwave 0a # Set horizontal wave effect`</br>
|
|
|
|
`g810-led -fx-vwave 0a # Set vertical wave effect`</br>
|
|
|
|
`g810-led -fx-cwave 0a # Set center wave effect`</br>
|
2016-12-30 20:41:47 +00:00
|
|
|
|
2017-01-05 00:57:48 +00:00
|
|
|
##Samples with no commit :</br>
|
2016-08-19 21:38:20 +00:00
|
|
|
`g810-led -an 000000 # Set color of all key with no action`</br>
|
2016-08-19 21:17:13 +00:00
|
|
|
`g810-led -gn modifiers ff0000 # Set color of a group with no action`</br>
|
2016-08-19 21:11:49 +00:00
|
|
|
`g810-led -kn w ff0000 # Set color of a key with no action`</br>
|
|
|
|
`g810-led -kn a ff0000 # Set color of a key with no action`</br>
|
|
|
|
`g810-led -kn s ff0000 # Set color of a key with no action`</br>
|
|
|
|
`g810-led -kn d ff0000 # Set color of a key with no action`</br>
|
|
|
|
`g810-led -c # Commit all changes`</br>
|
2017-01-05 00:55:33 +00:00
|
|
|
|
2017-01-05 00:57:48 +00:00
|
|
|
##Samples for g610 :</br>
|
2017-01-05 00:55:33 +00:00
|
|
|
`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>
|