Skip to content

Commit 045b579

Browse files
Update README.md
1 parent 23c58e6 commit 045b579

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,15 @@ Both the phat and slim variants of the PCB support being configured via serial t
9999
| Invert Y (Up and Down) mouse movement.
100100
+ Movement Type
101101
| 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)
105108
+ Cosine Smoothing
106109
|Makes the cursor proportionally less sensitive at high speeds, leaving the movement mostly one to one at low speeds
107-
110+
108111
+ Mouse Buttons
109112
+ List Config
110113
| List the current mouse button settings

0 commit comments

Comments
 (0)