You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3

4
4
5
-
Open-source desktop driver for the **IPI FLY PRO** wireless gaming mouse.
5
+
Open-source desktop driver for the **IPI STAY FLY** wireless gaming mouse.
6
6
Built as a fast native Windows app with Tauri, React and Rust, it replaces the closed web driver with a local configuration tool for DPI, latency, wireless behavior and advanced sensor options.
7
7
8
8
## Why This Exists
@@ -18,7 +18,7 @@ Support for more devices depends on community help. If you own a related mouse s
18
18
19
19
## Highlights
20
20
21
-
- Native Windows app for the IPI FLY PRO
21
+
- Native Windows app for the IPI STAY FLY
22
22
- Device detection with connected-state overview
23
23
- Four DPI stages from 50 to 42,000 DPI
24
24
- Polling rates from 125 Hz up to 8,000 Hz
@@ -33,7 +33,7 @@ Support for more devices depends on community help. If you own a related mouse s
33
33
34
34
### Demo Mode
35
35
36
-
The top bar includes a **Demo** button. When enabled, the app spawns a virtual IPI FLY PRO so users can open the device card, navigate through every configuration tab and try the interface without owning or connecting the mouse.
36
+
The top bar includes a **Demo** button. When enabled, the app spawns a virtual IPI STAY FLY so users can open the device card, navigate through every configuration tab and try the interface without owning or connecting the mouse.
37
37
38
38
Demo mode is clearly marked with a banner and badge inside the app. While it is active, hardware polling and all HID write/read calls are disabled, so changing settings only affects the local demo state and never sends commands to a real device.
39
39
@@ -91,7 +91,7 @@ Control receiver LED behavior, high-power modes, long-distance mode, angle snapp
91
91
92
92
| Field | Value |
93
93
| --- | --- |
94
-
| Mouse | IPI FLY PRO|
94
+
| Mouse | IPI STAY FLY|
95
95
| Vendor ID |`0x3554`|
96
96
| Product ID |`0xF517`|
97
97
| Sensor | PixArt PAW3950 |
@@ -179,7 +179,7 @@ Press **Ctrl+Shift+D** while the app is running to open the raw HID frame panel.
179
179
180
180
## Contributing
181
181
182
-
Pull requests and protocol captures are welcome. If you own an IPI FLY PRO and can verify unimplemented settings, open an issue with device details, app version and captured USB/HID behavior where possible.
182
+
Pull requests and protocol captures are welcome. If you own an IPI STAY FLY and can verify unimplemented settings, open an issue with device details, app version and captured USB/HID behavior where possible.
0 commit comments