File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,15 @@ Both the phat and slim variants of the PCB support being configured via serial t
99
99
| Invert Y (Up and Down) mouse movement.
100
100
+ Movement Type
101
101
| Set Movement Type. USB mice talk faster than serial mice, movement type decides what to do with the backlog between serial mouse updates.
102
- Additive: Sum the mouse movement (Sentivive)
103
- Average: Avg the mouse movement (Insensitive)
104
- Coast: Send the mouse movement incrementally (Slippy)
102
+ + Additive:
103
+ | Sum the mouse movement (Sensitive)
104
+ + Average
105
+ | Avg the mouse movement (Insensitive)
106
+ + Coast
107
+ | Send the mouse movement incrementally (Slippy)
105
108
+ Cosine Smoothing
106
109
|Makes the cursor proportionally less sensitive at high speeds, leaving the movement mostly one to one at low speeds
107
-
110
+
108
111
+ Mouse Buttons
109
112
+ List Config
110
113
| List the current mouse button settings
You can’t perform that action at this time.
0 commit comments