diff options
author | Dasky <32983009+daskygit@users.noreply.github.com> | 2021-11-27 20:02:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 07:02:32 +1100 |
commit | 1e484035383862c11becd05aa15cd93acab289b3 (patch) | |
tree | f4c8f019e1d508c79c3d27b1bd8cb9d62f879557 /keyboards/ploopyco/trackball_nano/readme.md | |
parent | ca5670762b27aba890fd4804ab303aea5e329895 (diff) |
fix typos (#15316)
Diffstat (limited to 'keyboards/ploopyco/trackball_nano/readme.md')
-rw-r--r-- | keyboards/ploopyco/trackball_nano/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ploopyco/trackball_nano/readme.md b/keyboards/ploopyco/trackball_nano/readme.md index a82b3bc711..0d427bfb55 100644 --- a/keyboards/ploopyco/trackball_nano/readme.md +++ b/keyboards/ploopyco/trackball_nano/readme.md @@ -35,7 +35,7 @@ You can change the DPI/CPI or speed of the trackball by calling `adns_set_cpi` 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 1 ``` |