You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
8 months ago | |
---|---|---|
screenshots | 8 months ago | |
src/main | 8 months ago | |
.gitignore | 3 years ago | |
Jenkinsfile | 3 years ago | |
KEYCODES_G513.md | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 8 months ago | |
pom.xml | 8 months ago |
README.md
LogiLedus
LogiLedus is a Logitech G513 Carbon GUI driver for adjusting backlight and effects.
License
Used libraries & resources
- OpenJFX
- usb4java
- Jackson
- Few icons taken from: materialdesignicons.com
- Special thanks to pioneers and superstars who created, contributed and maintaining g810-led project!
System requirements
JRE/JDK 8u60 or higher.
Usage in Linux
-
Install JRE/JDK 8u60 or higher (openJDK is good. Oracle's one is also good). JavaFX not needed (it's embedded).
-
root # java -jar /path/to/application.jar
-
Optional: Add user to 'udev' rules. Required to use application not only from root account.
root # vim /etc/udev/rules.d/99-G513.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="046D", ATTRS{idProduct}=="c33c", GROUP="plugdev"
root # udevadm control --reload-rules && udevadm trigger
Building
$ mvn package
Support this app
If you like this app, just give a star.
Want to support development? Make a donation* (see below):
*Please note: this is non-commercial application.
TODO
- Tray support: tray icon size checks
- Autoload option in settings
- Headless mode (CLI)
- Add opened file name to info pane