Edit readme
This commit is contained in:
parent
fee23aed22
commit
1a4b7bdd85
2 changed files with 5 additions and 4 deletions
|
@ -14,7 +14,6 @@ This project provide user interface to change msi Keyboard Light Color (like MSI
|
|||
How to use it ?
|
||||
-------------
|
||||
|
||||
Simply download the jar from **/lib/release/**. Maybe you need to run the jar file as root user to make
|
||||
it work ! You can pass color arguments to set during your session startup. Exemple : java -jar open-klm.jar -leftColor BLUE -middleColor RED -rightColor SKY
|
||||
Avalaible color are : OFF,RED,ORANGE,YELLOW,GREEN,SKY,BLUE,PURPLE,WHITE
|
||||
|
||||
Simply download the jar from `'/lib/release/'`. Maybe you need to run the jar file **as root** user to make it work ! You can pass color arguments to set during your session startup :
|
||||
> **Example : ** java -jar open-klm.jar -leftColor BLUE -middleColor RED -rightColor SKY
|
||||
> **Available color :** OFF, RED, ORANGE, YELLOW, GREEN, SKY, BLUE, PURPLE, WHITE.
|
||||
|
|
|
@ -2,6 +2,8 @@ package org.manzerbredes.open_klm.drivers;
|
|||
|
||||
/**
|
||||
* Driver of type A (driver with is own functionalities).
|
||||
* Each driver must implement a Driver Type (to bind it's functionalities to
|
||||
* the user interface).
|
||||
*
|
||||
* @author Manzerbredes
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue