mirror of
https://github.com/MatMoul/g810-led.git
synced 2025-04-04 15:21:45 +00:00
Merge 09d3b678c7
into 1a65c3914c
This commit is contained in:
commit
756212a143
6
makefile
6
makefile
@ -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
29
sample_profiles/colorful
Executable 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
|
Loading…
Reference in New Issue
Block a user