mirror of
https://github.com/MatMoul/g810-led.git
synced 2025-11-21 02:52:06 +00:00
Full refactor code
This commit is contained in:
@@ -2,4 +2,4 @@ a 0000ff # Set all keys blue
|
||||
|
||||
c # Commit changes
|
||||
|
||||
fxl-breathing ff0000 10 # Set breathing effect with red color and speed 10
|
||||
fx breathing logo ff0000 10 # Set breathing effect with red color and speed 10
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
|
||||
fx-breathing ff0000 10 # Set breathing effect with red color and speed 10
|
||||
fx breathing all ff0000 20 # Set breathing effect with red color and speed 20
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Green Profile
|
||||
|
||||
fx-color 00ff00 # Set all keys green
|
||||
fx color all 00ff00 # Set all keys green
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
|
||||
fx-cwave 10 # Set center wave effect with speed 10
|
||||
fx cwave all 20 # Set center wave effect with speed 20
|
||||
|
||||
2
sample_profiles/fx_cycle
Normal file
2
sample_profiles/fx_cycle
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
fx cycle all 20 # Set color cycle effect with speed 20
|
||||
@@ -1,2 +1,2 @@
|
||||
|
||||
fx-hwave 10 # Set horizontal wave effect with speed 10
|
||||
fx hwave all 20 # Set horizontal wave effect with speed 20
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
|
||||
fx-vwave 10 # Set vertical wave effect with speed 10
|
||||
fx vwave all 20 # Set vertical wave effect with speed 20
|
||||
|
||||
Reference in New Issue
Block a user