SteelSeries Rival 100 and Rival 105
Supported Models
SteelSeries Rival 100 |
1038:1702 |
SteelSeries Rival 100 (Dell China) |
1038:170a |
SteelSeries Rival 100 Dota 2 Edition (retail) |
1038:170b |
SteelSeries Rival 100 Dota 2 Edition (Lenovo) |
1038:170c |
SteelSeries Rival 105 |
1038:1814 |
Command-Line Usage
usage: rivalcfg [-h] [--list] [--version] [--no-save] [--update-udev]
[--print-udev] [--print-debug] [-s SENSITIVITY1]
[-S SENSITIVITY2] [-p POLLING_RATE] [-c COLOR]
[-e LIGHT_EFFECT] [-b BTN6_MODE] [-r] [--firmware-version]
options:
-h, --help show this help message and exit
--list List supported devices and exit
--version show program's version number and exit
--no-save Do not persist settings in the internal device memory
--update-udev Updates udev rules (Linux only, requires to be run as
root)
--print-udev Prints udev rules and exit
--print-debug Prints debug information and exit
SteelSeries Rival 100 Options:
-s, --sensitivity1 SENSITIVITY1
Set sensitivity preset 1 (DPI) (values: 250, 500,
1000, 1250, 1500, 1750, 2000, 4000, default: 1000)
-S, --sensitivity2 SENSITIVITY2
Set sensitivity preset 2 (DPI) (values: 250, 500,
1000, 1250, 1500, 1750, 2000, 4000, default: 2000)
-p, --polling-rate POLLING_RATE
Set polling rate (Hz) (values: 125, 250, 500, 1000,
default: 1000)
-c, --color COLOR Set the mouse LED color (e.g. red, #ff0000, ff0000,
#f00, f00, default: #FF1800)
-e, --light-effect LIGHT_EFFECT
Set the light effect (values: steady, breath, 1, 2, 3,
4, default: steady)
-b, --btn6-mode BTN6_MODE
Set the mode of the button under the wheel (values:
dpi, os, default: dpi)
-r, --reset Reset all settings to their factory default
--firmware-version Print the firmware version of the mouse and exit
Please report any bug on Github: https://github.com/flozz/rivalcfg/issues
Colors
This mouse supports colors. Various formats are supported.
Hexadecimal notation
You can use a 24 bit hexadecimal notation (like in HTML / CSS documents). Example of “red” color using hexadecimal notation:
#FF0000
FF0000
#F00
F00
Named Colors
The folowing named colors are supported:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RGB Tuple (Python API only)
If you are using the Python API (not the command line interface), you can
also pass colors as RGB tuple
or list
:
(255, 0, 0)
[255, 0, 0]
Python API
TODO