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

Update README

This commit is contained in:
MatMoul 2016-12-30 21:41:47 +01:00
parent 4bfa9811b3
commit c019e1d125

View File

@ -19,6 +19,13 @@ Samples :</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>
`g810-led -fx-color 00ff00 # Set fixed color effect`</br>
`g810-led -fx-breathing 00ff00 10 # Set breathing effect`</br>
`g810-led -fx-cycle 10 # Set color cycle effect`</br>
`g810-led -fx-hwave 10 # Set horizontal wave effect`</br>
`g810-led -fx-vwave 10 # Set vertical wave effect`</br>
`g810-led -fx-cwave 10 # Set center wave effect`</br>
Samples with no commit :</br>
`g810-led -an 000000 # Set color of all key with no action`</br>