Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prime mini support #227

Closed
flozz opened this issue Jan 11, 2024 · 4 comments
Closed

Prime mini support #227

flozz opened this issue Jan 11, 2024 · 4 comments
Assignees

Comments

@flozz
Copy link
Owner

flozz commented Jan 11, 2024

Device identification:

Bus 001 Device 005: ID 1038:184d SteelSeries ApS SteelSeries Prime Mini

Product URL:

https://steelseries.com/gaming-mice/prime-mini


It seems there are too many differences between Prime mini and Prime mini wireless to add them in the same profile (more info coming later in this issue).

Related PR: #226 cc @NextWork123

@flozz flozz self-assigned this Jan 11, 2024
@flozz
Copy link
Owner Author

flozz commented Jan 11, 2024

Here are the details about the device

Direct Color:

21 00 <R> <G> <B>

Default Lighting:

27 00  (off)
27 01  (on)

Sensitivity (DPI):

2D <DPI>

Range: 50 - 18000 dpi

  • 50 dpi = 1 (0x01)
  • 18000 dpi = 360 (0x0168)
  • Coded on 2 Bytes, little endian

Polling rate

2B <DPI>
  • 125: 0x04
  • 250: 0x03
  • 500: 0x02
  • 1000: 0x01

Button mapping

→ Identical to Prime Wireless

NOTES

  • No need to read-back values on this mouse

@flozz
Copy link
Owner Author

flozz commented Jan 12, 2024

I pushed the initial support for the Prime Mini on the device-prime-mini branch. Can someone test that everything is working as expected? :)

@NextWork123
Copy link

I pushed the initial support for the Prime Mini on the device-prime-mini branch. Can someone test that everything is working as expected? :)

today i gonna test the initial support :)

@flozz flozz closed this as completed in 08f3f93 Jan 13, 2024
@flozz
Copy link
Owner Author

flozz commented Jan 13, 2024

Prime Mini support was added in Rivalcfg v4.11.0 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants