mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 01:06:11 +00:00
Merge branch 'develop' into daemon
This commit is contained in:
commit
d8648554a5
@ -11,7 +11,7 @@
|
|||||||
* (0%) AVERAGE: Add selection of multiple keyboards by index
|
* (0%) AVERAGE: Add selection of multiple keyboards by index
|
||||||
* (0%) AVERAGE: Improve INSTALL.md to support more distributions (And CentOS with hidapi)
|
* (0%) AVERAGE: Improve INSTALL.md to support more distributions (And CentOS with hidapi)
|
||||||
* (10%) AVERAGE: Make distributions ready package
|
* (10%) AVERAGE: Make distributions ready package
|
||||||
* (0%) IMAGINATION: Use a more generic name for project, config dir and systemd units
|
* (0%) IMAGINATION: Use a more generic name for project, config dir and systemd units ([issue 29](https://github.com/MatMoul/g810-led/issues/29))
|
||||||
|
|
||||||
## Possible enhancements :
|
## Possible enhancements :
|
||||||
* Add deamon mode for custom effects (Add G Keys handler [issue 39](https://github.com/MatMoul/g810-led/issues/39), [CReimer](https://github.com/CReimer/g910-gkey-uinput)))
|
* Add deamon mode for custom effects (Add G Keys handler [issue 39](https://github.com/MatMoul/g810-led/issues/39), [CReimer](https://github.com/CReimer/g910-gkey-uinput)))
|
||||||
|
2
makefile
2
makefile
@ -18,7 +18,7 @@ includedir?=$(prefix)/include
|
|||||||
PROGN=g810-led
|
PROGN=g810-led
|
||||||
MAJOR=0
|
MAJOR=0
|
||||||
MINOR=2
|
MINOR=2
|
||||||
MICRO=5
|
MICRO=6
|
||||||
|
|
||||||
CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
|
CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
|
||||||
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
|
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
|
||||||
|
Loading…
Reference in New Issue
Block a user