1
0
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:
MatMoul 2017-05-26 20:17:52 +02:00
commit d8648554a5
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
* (0%) AVERAGE: Add selection of multiple keyboards by index
* (0%) AVERAGE: Improve INSTALL.md to support more distributions (And CentOS with hidapi)
* (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 :
* 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)))

View File

@ -18,7 +18,7 @@ includedir?=$(prefix)/include
PROGN=g810-led
MAJOR=0
MINOR=2
MICRO=5
MICRO=6
CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h