1
0
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:
2017-01-21 09:15:18 +01:00
parent 2795151541
commit c2c8f6b7ac
22 changed files with 1254 additions and 1597 deletions

View File

@@ -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

View File

@@ -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

View File

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

View File

@@ -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
View File

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

View File

@@ -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

View File

@@ -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