No description
src/main | ||
.gitignore | ||
KEYCODES_G513.md | ||
LICENSE | ||
pom.xml | ||
README.md |
LogiLed
LogiLed is a Logitech G513 Carbon GUI driver for adjusting backlight and effects.
License
Used libraries & resources
- OpenJFX
- usb4java
- 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 to use NS not-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):
*Legal information:
- [EN] Please note! This is non-commercial application. Any received money considered as a gift.
- [RU] Пожалуйста обратите внимание! Это некоммерческое приложение. Перечисляя средства вы совершаете дарение.
TODO
- Tray support
- Configuration files support
- Settings
- Headless mode (CLI)
- Dark theme