Giter Club home page Giter Club logo

Comments (6)

CLKRUN avatar CLKRUN commented on June 24, 2024 2

'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 :)

from rivalcfg.

flozz avatar flozz commented on June 24, 2024

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:

  • 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

from rivalcfg.

flozz avatar flozz commented on June 24, 2024

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

from rivalcfg.

CLKRUN avatar CLKRUN commented on June 24, 2024

'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

from rivalcfg.

flozz avatar flozz commented on June 24, 2024

'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.

from rivalcfg.

Edwardius avatar Edwardius commented on June 24, 2024

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.

from rivalcfg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.