Skip to content

Commit

Permalink
Adds support of the Rival 106 (closes #84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamal Ahmad authored and flozz committed Jul 29, 2020
1 parent fc0757f commit 0f4d97e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Changelog
* Support of the Rival 100 (Dell China)
* Support of the Rival 100 Dota 2 Edition (retail version)
* Support of the Rival 600 Dota 2 Edition
* Support of the Rival 106 (#84, @SethDusek)

* Some devices gained a better support:

Expand Down
4 changes: 2 additions & 2 deletions doc/devices/rival110.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SteelSeries Rival 110
=====================
SteelSeries Rival 110 and Rival 106
===================================


Supported Models
Expand Down
7 changes: 6 additions & 1 deletion rivalcfg/devices/rival110.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@

profile = {

"name": "SteelSeries Rival 110",
"name": "SteelSeries Rival 110 / SteelSeries Rival 106",

"models": [{
"name": "SteelSeries Rival 110",
"vendor_id": 0x1038,
"product_id": 0x1729,
"endpoint": 0,
}, {
"name": "SteelSeries Rival 106",
"vendor_id": 0x1038,
"product_id": 0x1816,
"endpoint": 0,
}],

"settings": {
Expand Down

0 comments on commit 0f4d97e

Please sign in to comment.