1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-04-04 15:21:45 +00:00
This commit is contained in:
Maulik Mistry 2018-12-22 17:09:45 -07:00
commit bfc823030d
4 changed files with 6 additions and 3 deletions

View File

@ -19,6 +19,9 @@ hidapi is recommended but if you encounter a problem on your system, switch to l
ArchLinux (aur) :</br>
`yaourt -S g810-led-git` # with yaourt</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>

View File

@ -19,7 +19,7 @@ includedir?=$(PREFIX)/include
PROGN=g810-led
MAJOR=0
MINOR=2
MICRO=8
MICRO=9
CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
@ -113,7 +113,6 @@ uninstall:
@rm /usr/bin/g213-led
@rm /usr/bin/g410-led
@rm /usr/bin/g413-led
@rm /usr/bin/g413-led
@rm /usr/bin/g512-led
@rm /usr/bin/g513-led
@rm /usr/bin/g610-led

View File

@ -433,6 +433,7 @@ bool LedKeyboard::setKeys(KeyValueArray keyValues) {
break;
case LedKeyboard::KeyAddressGroup::keys:
switch (currentDevice.model) {
case LedKeyboard::KeyboardModel::g513:
case LedKeyboard::KeyboardModel::g610:
case LedKeyboard::KeyboardModel::g810:
case LedKeyboard::KeyboardModel::g910:

View File

@ -240,7 +240,7 @@ namespace help {
cout<<cmdName<<" Effects"<<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<<" -fx {effect} {target}"<<endl;
cout<<endl;