-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation of devices with the default-lighting option
- Loading branch information
Showing
9 changed files
with
101 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
The color setting **is not saved** in the onboard memory on this device. You | ||
can only define if the light goes blank or rainbow at startup. | ||
|
||
Supported values are: | ||
|
||
* ``off``: All LEDs are off when the mouse wakeup. | ||
|
||
* ``rainbow``: LEDs displays an animated raibow effet when the mouse wakeup. | ||
|
||
Examples:: | ||
|
||
rivalcfg --default-lighting off | ||
rivalcfg --default-lighting rainbow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
The color setting **is not saved** in the onboard memory on this device. You | ||
can only define if the light goes blank or rainbow at startup. | ||
|
||
Supported values are: | ||
|
||
* ``off``: All LEDs are off when the mouse wakeup. Clinking on mouse buttons do | ||
not trigger light reaction. | ||
|
||
* ``reactive``: All LEDs are off when the mouse wakeup. Clinking on mouse buttons trigger a light reacion. | ||
|
||
* ``rainbow``: LEDs displays an animated raibow effet when the mouse wakeup. | ||
Clinking on mouse buttons do not trigger light reaction. | ||
|
||
* ``reactive-rainbow``: LEDs displays an animated raibow effet when the mouse | ||
wakeup. Clinking on mouse buttons trigger a light reacion. | ||
|
||
Examples:: | ||
|
||
rivalcfg --default-lighting off | ||
rivalcfg --default-lighting reactive-rainbow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters