From 16b10741b2adabe15d7c28afac22721c64c2e280 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Fri, 26 May 2017 20:14:05 +0200 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2cf439..5ef5d45 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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))) From a3469402baf9b8a2fc0ff700608d17773cf415a3 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Fri, 26 May 2017 20:14:59 +0200 Subject: [PATCH 2/2] Version 0.2.6 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 56738fd..0674f7e 100644 --- a/makefile +++ b/makefile @@ -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