1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-04-04 15:21:45 +00:00
This commit is contained in:
Krutonium 2017-05-20 22:28:37 +00:00 committed by GitHub
commit 756212a143
2 changed files with 32 additions and 3 deletions

View File

@ -16,9 +16,9 @@ includedir?=$(prefix)/include
# Program & versioning information
PROGN=g810-led
MAJOR=0
MINOR=2
MICRO=4
MAJOR=1
MINOR=
MICRO=
CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h

29
sample_profiles/colorful Executable file
View File

@ -0,0 +1,29 @@
# Sample profile by groups keys
g logo 000096 # Blue
g indicators ffffff # White
g multimedia 009600 # Green
g fkeys ff7700 # Orange
g modifiers ff7700 # Orange
g arrows 0000ff # Red
g numeric 00ff00 # Green
g functions ffffff # White
g keys ff00ff # Purple
g gkeys ffffff # White
k tilde ff0000 # Red
k W 0000ff # Blue {
k A 0000ff
k S 0000ff
k D 0000ff # }
k 1 ff0000 # Red {
k 2 ff0000
k 3 ff0000
k 4 ff0000
k 5 ff0000
k 6 ff0000
k 7 ff0000
k 8 ff0000
k 9 ff0000
k 0 ff0000 # }
# k alt_left ff7700 # BUG!!! Has to be manually set!
c # Commit changes