Skip to content

Commit

Permalink
Fixed Aerox 5 sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Feb 26, 2024
1 parent 9145745 commit 3c6d0de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rivalcfg/devices/aerox5.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"report_type": usbhid.HID_REPORT_TYPE_OUTPUT,
"command": [0x2D],
"value_type": "multidpi_range",
"input_range": [200, 8500, 100],
"output_range": [0x04, 0xC5, 2.33],
"input_range": [100, 18000, 100],
"output_range": [0x00, 0xD6, 1.2],
"dpi_length_byte": 1,
"first_preset": 1,
"first_preset": 0,
"count_mode": "number",
"max_preset_count": 5,
"default": "800, 1600",
"default": "400, 800, 1200, 2400, 3200",
},
"polling_rate": {
"label": "Polling rate",
Expand Down

0 comments on commit 3c6d0de

Please sign in to comment.