rivalcfg icon indicating copy to clipboard operation
rivalcfg copied to clipboard

Aerox 9 Wireless support

Open flozz opened this issue 2 years ago • 9 comments

Device identification

  • Wired: 1038:185a
  • Wireless: 1038:1858

Product URL

https://fr.steelseries.com/gaming-mice/aerox-9-wireless

SSE3 Screenshots:

image

flozz avatar Sep 13 '22 11:09 flozz

This mouse work the same as the Aerox 3 and 5 Wireless, except for button mapping.

The button mapping requires 3 packets to fit the report size. Rivalcfg do not support sending more than one packet per command, so supporting button will require more work in the core of the project.

TODO:

  • [x] Support basic feature of the mouse (cloning the A3W / A5W profiles)
  • [ ] Supporting button mapping (later, when multi-packet support will be supported by Rivalcfg)

Basic feature

For basic feature, we can find all the relevant information in the Aerox 3 Wireless profile and in the issues #156 and #167


button mapping

Commands:

  • Wired: 0x2A
  • Wireless: 0x6A

Packets:

2A or 6A          Command
00                Packet number (1st)
xx xx xx xx xx    Button 1
xx xx xx xx xx    Button 2
xx xx xx xx xx    Button 3
xx xx xx xx xx    Scroll tilt left
xx xx xx xx xx    Scroll tilt right
xx xx xx xx xx    CPI
2A or 6A          Command
01                Packet number (2nd)
xx xx xx xx xx    S3
xx xx xx xx xx    S6
xx xx xx xx xx    S9
xx xx xx xx xx    S12
xx xx xx xx xx    S2
xx xx xx xx xx    S5
2A or 6A          Command
02                Packet number (3rd)
xx xx xx xx xx    S8
xx xx xx xx xx    S11
xx xx xx xx xx    S1
xx xx xx xx xx    S4
xx xx xx xx xx    S7
xx xx xx xx xx    S10
xx xx xx xx xx    Scroll Up
xx xx xx xx xx    Scroll Down

Buttons values:

+--------+-------------------+
| Value  | Action            |
+========+===================+
| 0x00   | Disabled          |
| 0x01   | Button 1          |
| 0x02   | Button 2          |
| 0x03   | Button 3          |
| 0x04   | Button 4          |
| 0x05   | Button 5          |
| 0x06   | Button 6          |
| 0x07   | Button 7          |
| 0x08   | Button 8          |
| 0x30   | CPI               |
| 0x31   | Scroll Up         |
| 0x32   | Scroll Down       |
| 0x33   | ac_pan_left       |
| 0x34   | ac_pan_right      |
| 0x51   | Keyboard key      |
| 0x61   | Multimedia key    |
| 0x62   | Meta              |
+--------+-------------------+

image image

flozz avatar Sep 13 '22 11:09 flozz

Basic features are now on master and will be part of the v4.7.0.

flozz avatar Sep 14 '22 11:09 flozz

'Supporting button mapping (later, when multi-packet support will be supported by Rivalcfg)' How long does this usually take? Is it hard to get this to work? Would profile switching via button bind be possible? Screenshot_20221115_211647

CLKRUN avatar Nov 15 '22 20:11 CLKRUN

'Supporting button mapping (later, when multi-packet support will be supported by Rivalcfg)' How long does this usually take? Is it hard to get this to work?

It will take months:

  • Important changes must be made in the core of the lib
  • Currently I do not have enough free time to work on it

Would profile switching via button bind be possible?

I don't know... It is probably a software feature of the GG Engine but I cannot confirm as I do not own this device.

flozz avatar Nov 16 '22 08:11 flozz

'Supporting button mapping (later, when multi-packet support will be supported by Rivalcfg)' How long does this usually take? Is it hard to get this to work?

It will take months:

* Important changes must be made in the core of the lib

* Currently I do not have enough free time to work on it

Would profile switching via button bind be possible?

I don't know... It is probably a software feature of the GG Engine but I cannot confirm as I do not own this device.

Thank you so much for your quick comment. Unfortunately, I am only a user and I am thankful that there are people like you. I look forward when the time comes :)

CLKRUN avatar Nov 16 '22 17:11 CLKRUN

Hi,

Just wanted an update on this, I wanted my Aerox 9 to support basic window moving macros (Win + <-, etc.). I'd assume that this is not possible yet because button mapping is not supported.

Edwardius avatar Aug 01 '23 07:08 Edwardius