Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developersu/logiledus
LogiLedus is a Logitech G513 GUI driver for adjusting backlight, effects and 'game-mode' keys.
https://github.com/developersu/logiledus
g513 logitech
Last synced: 23 days ago
JSON representation
LogiLedus is a Logitech G513 GUI driver for adjusting backlight, effects and 'game-mode' keys.
- Host: GitHub
- URL: https://github.com/developersu/logiledus
- Owner: developersu
- License: gpl-3.0
- Created: 2019-10-12T23:10:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T20:59:46.000Z (about 1 month ago)
- Last Synced: 2024-11-20T21:43:47.358Z (about 1 month ago)
- Topics: g513, logitech
- Language: Java
- Homepage:
- Size: 372 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LogiLedus
![License](https://img.shields.io/badge/License-GPLv3-blue.svg) ![Releases](https://img.shields.io/github/downloads/developersu/LogiLedus/total.svg) ![LatestVer](https://img.shields.io/github/release/developersu/LogiLedus.svg) [![status-badge](https://ci.redrise.ru/api/badges/4/status.svg)](https://ci.redrise.ru/repos/4)
GitHub mirror. [Click here to get it from independent source code location](https://git.redrise.ru/desu/logiledus)
Nightly builds could be found somewhere on [redrise.ru](https://redrise.ru)
[Support author](#support-this-app)
LogiLedus is a Logitech G513 Carbon GUI driver for adjusting backlight and effects.
![Screenshot 1](screenshots/1.png)
![Screenshot 2](screenshots/2.png)
![Screenshot 3](screenshots/3.png)#### License
[GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0.html)
#### Used libraries & resources
* [OpenJFX](https://wiki.openjdk.java.net/display/OpenJFX/Main)
* [usb4java](https://mvnrepository.com/artifact/org.usb4java/usb4java)
* [Jackson](https://github.com/FasterXML/jackson)
* Few icons taken from: [materialdesignicons.com](http://materialdesignicons.com/)
* Special thanks to pioneers and superstars who created, contributed and maintaining [g810-led](https://github.com/MatMoul/g810-led) project!### System requirements
JRE/JDK 8u60 or higher.
### Usage in Linux
1. Install JRE/JDK 8u60 or higher (openJDK is good. Oracle's one is also good). JavaFX not needed (it's embedded).
2. `root # java -jar /path/to/application.jar`
3. 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
```### Build
`$ mvn package`
#### Thanks
* [DDinghoya](https://github.com/DDinghoya), who translated this application to Korean!
## Support this app
If you like this app, just give a star.
Want to support development? Make a donation* (see below):
[ЮMoney](https://yoomoney.ru/to/410014301951665)
*Please note: this is non-commercial application.
#### TODO
* [ ] Tray support: tray icon size checks
* [ ] Headless mode (CLI)
* [x] Add opened file name to info pane