mirror of
https://github.com/MatMoul/g810-led.git
synced 2025-04-04 23:31:48 +00:00
Merge branch 'master' of https://github.com/MatMoul/g810-led
This commit is contained in:
commit
bfc823030d
@ -19,6 +19,9 @@ hidapi is recommended but if you encounter a problem on your system, switch to l
|
|||||||
ArchLinux (aur) :</br>
|
ArchLinux (aur) :</br>
|
||||||
`yaourt -S g810-led-git` # with yaourt</br>
|
`yaourt -S g810-led-git` # with yaourt</br>
|
||||||
`pacaur -S g810-led-git` # with pacaur</br>
|
`pacaur -S g810-led-git` # with pacaur</br>
|
||||||
|
Fedora (copr) :<br/>
|
||||||
|
`sudo dnf copr enable lkiesow/g810-led` # Enable Copr repository<br/>
|
||||||
|
`sudo dnf install g810-led`
|
||||||
|
|
||||||
|
|
||||||
## Installation of dependencies :</br>
|
## Installation of dependencies :</br>
|
||||||
|
3
makefile
3
makefile
@ -19,7 +19,7 @@ includedir?=$(PREFIX)/include
|
|||||||
PROGN=g810-led
|
PROGN=g810-led
|
||||||
MAJOR=0
|
MAJOR=0
|
||||||
MINOR=2
|
MINOR=2
|
||||||
MICRO=8
|
MICRO=9
|
||||||
|
|
||||||
CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
|
CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
|
||||||
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
|
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
|
||||||
@ -113,7 +113,6 @@ uninstall:
|
|||||||
@rm /usr/bin/g213-led
|
@rm /usr/bin/g213-led
|
||||||
@rm /usr/bin/g410-led
|
@rm /usr/bin/g410-led
|
||||||
@rm /usr/bin/g413-led
|
@rm /usr/bin/g413-led
|
||||||
@rm /usr/bin/g413-led
|
|
||||||
@rm /usr/bin/g512-led
|
@rm /usr/bin/g512-led
|
||||||
@rm /usr/bin/g513-led
|
@rm /usr/bin/g513-led
|
||||||
@rm /usr/bin/g610-led
|
@rm /usr/bin/g610-led
|
||||||
|
@ -433,6 +433,7 @@ bool LedKeyboard::setKeys(KeyValueArray keyValues) {
|
|||||||
break;
|
break;
|
||||||
case LedKeyboard::KeyAddressGroup::keys:
|
case LedKeyboard::KeyAddressGroup::keys:
|
||||||
switch (currentDevice.model) {
|
switch (currentDevice.model) {
|
||||||
|
case LedKeyboard::KeyboardModel::g513:
|
||||||
case LedKeyboard::KeyboardModel::g610:
|
case LedKeyboard::KeyboardModel::g610:
|
||||||
case LedKeyboard::KeyboardModel::g810:
|
case LedKeyboard::KeyboardModel::g810:
|
||||||
case LedKeyboard::KeyboardModel::g910:
|
case LedKeyboard::KeyboardModel::g910:
|
||||||
|
@ -240,7 +240,7 @@ namespace help {
|
|||||||
cout<<cmdName<<" Effects"<<endl;
|
cout<<cmdName<<" Effects"<<endl;
|
||||||
cout<<"----------------"<<endl;
|
cout<<"----------------"<<endl;
|
||||||
cout<<endl;
|
cout<<endl;
|
||||||
cout<<"At this time, FX are only tested on g810 !"<<endl;
|
cout<<"At this time, FX are only tested on g810 and g512 !"<<endl;
|
||||||
cout<<endl;
|
cout<<endl;
|
||||||
cout<<" -fx {effect} {target}"<<endl;
|
cout<<" -fx {effect} {target}"<<endl;
|
||||||
cout<<endl;
|
cout<<endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user