summaryrefslogtreecommitdiff
path: root/keyboards/ploopyco/trackball_mini/readme.md
diff options
context:
space:
mode:
authorDasky <32983009+daskygit@users.noreply.github.com>2021-11-27 20:02:32 +0000
committerGitHub <noreply@github.com>2021-11-28 07:02:32 +1100
commit1e484035383862c11becd05aa15cd93acab289b3 (patch)
treef4c8f019e1d508c79c3d27b1bd8cb9d62f879557 /keyboards/ploopyco/trackball_mini/readme.md
parentca5670762b27aba890fd4804ab303aea5e329895 (diff)
fix typos (#15316)
Diffstat (limited to 'keyboards/ploopyco/trackball_mini/readme.md')
-rw-r--r--keyboards/ploopyco/trackball_mini/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ploopyco/trackball_mini/readme.md b/keyboards/ploopyco/trackball_mini/readme.md
index 3c21a57cfd..a3aebb06e6 100644
--- a/keyboards/ploopyco/trackball_mini/readme.md
+++ b/keyboards/ploopyco/trackball_mini/readme.md
@@ -56,7 +56,7 @@ Additionally, you can change the DPI/CPI or speed of the trackball by calling `a
To configure/set your own array, there are two defines to use, `PLOOPY_DPI_OPTIONS` to set the array, and `PLOOPY_DPI_DEFAULT`.
```c
-#define PLOOPY_DPI_OPTIONS { CPI375, CPI750, CPI1375}
+#define PLOOPY_DPI_OPTIONS { 375, 750, 1375}
#define PLOOPY_DPI_DEFAULT 2
```
@@ -73,7 +73,7 @@ Nothing needs to be enabled to use this functionality. Just add the `DRAG_SCROL
### Drag Scroll Configuration
* `#define PLOOPY_DRAGSCROLL_MOMENTARY` - Makes the key into a momentary key, rather than a toggle.
-* `#define PLOOPY_DRAGSCROLL_DPI CPI375` - When the fixed DPI option is enabled, this sets the DPI to be used for Drag Scroll.
+* `#define PLOOPY_DRAGSCROLL_DPI 375` - When the fixed DPI option is enabled, this sets the DPI to be used for Drag Scroll.
* `#define PLOOPY_DRAGSCROLL_INVERT` - This reverses the direction that the scroll is performed.
## Fuse settings