Skip to content

Commit

Permalink
Merge pull request #210 from intersectRaven/prime-mini-wireless
Browse files Browse the repository at this point in the history
Added Prime Mini Wireless support.
  • Loading branch information
flozz authored Aug 22, 2023
2 parents d1b6ef4 + 04f2f95 commit 99d8764
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rivalcfg/devices/prime_wireless_wired.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"product_id": 0x1842,
"endpoint": 3,
},
{
"name": "SteelSeries Prime Mini Wireless (wired mode)",
"vendor_id": 0x1038,
"product_id": 0x184A,
"endpoint": 3,
},
],
"settings": {
"sensitivity": {
Expand Down
6 changes: 6 additions & 0 deletions rivalcfg/devices/prime_wireless_wireless.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ def _patch_command(info):
"product_id": 0x1840,
"endpoint": 3,
},
{
"name": "SteelSeries Prime Mini Wireless (2.4 GHz wireless mode)",
"vendor_id": 0x1038,
"product_id": 0x1848,
"endpoint": 3,
},
],
"settings": {
name: _patch_command(info)
Expand Down

0 comments on commit 99d8764

Please sign in to comment.