1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-11-21 02:52:06 +00:00

Add natives effects support in profile

This commit is contained in:
2016-12-30 22:27:53 +01:00
parent c019e1d125
commit 56d5307043
7 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
fx-breathing ff0000 10 # Set breathing effect with red color and speed 10

View File

@@ -0,0 +1,3 @@
# Green Profile
fx-color 00ff00 # Set all keys green

View File

@@ -0,0 +1,2 @@
fx-cycle 10 # Set color cycle effect with speed 10

2
sample_profiles/fx_cwave Normal file
View File

@@ -0,0 +1,2 @@
fx-cwave 10 # Set center wave effect with speed 10

2
sample_profiles/fx_hwave Normal file
View File

@@ -0,0 +1,2 @@
fx-hwave 10 # Set horizontal wave effect with speed 10

2
sample_profiles/fx_vwave Normal file
View File

@@ -0,0 +1,2 @@
fx-vwave 10 # Set vertical wave effect with speed 10