53 lines
		
	
	
		
			No EOL
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			No EOL
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# LogiLed
 | 
						|
 | 
						|
 []() []()
 | 
						|
 | 
						|
[Support author](#support-this-app)
 | 
						|
 | 
						|
LogiLed is a Logitech G513 Carbon GUI driver for adjusting backlight and effects.
 | 
						|
 | 
						|
#### 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)
 | 
						|
* 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/NS-USBloader.jar`
 | 
						|
 | 
						|
3. Optional. Add user to 'udev' rules to use NS not-from-root-account
 | 
						|
```
 | 
						|
root # vim /etc/udev/rules.d/99-NS.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):
 | 
						|
 | 
						|
[Yandex.Money](https://money.yandex.ru/to/410014301951665)
 | 
						|
 | 
						|
[PayPal](https://paypal.me/developersu)
 | 
						|
 | 
						|
*Legal information:
 | 
						|
 | 
						|
* [EN] Please note! This is non-commercial application. Any received money considered as a gift.
 | 
						|
* [RU] Пожалуйста обратите внимание! Это некоммерческое приложение. Перечисляя средства вы совершаете дарение. |