diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-16 16:03:50 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-16 16:03:50 +0000 |
commit | 776e6b8d379c11ec2ec2f6ea11144ea8f371307a (patch) | |
tree | a05c665ccb9c38491f3dc4bbf5df61e8a05f406d | |
parent | 82bff2d80c151bfafdd15d47c7b1431240117bd5 (diff) | |
parent | 9200baf593f7394d3ee74b42e15ba9fdcd06932f (diff) | |
download | qmk_firmware-776e6b8d379c11ec2ec2f6ea11144ea8f371307a.tar.gz qmk_firmware-776e6b8d379c11ec2ec2f6ea11144ea8f371307a.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/ploopyco/trackball_nano/readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/ploopyco/trackball_nano/readme.md b/keyboards/ploopyco/trackball_nano/readme.md index 8a293602a..a82b3bc71 100644 --- a/keyboards/ploopyco/trackball_nano/readme.md +++ b/keyboards/ploopyco/trackball_nano/readme.md | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # Ploopy Trackball Nano | 3 | # Ploopy Trackball Nano |
4 | 4 | ||
5 |  | 5 |  |
6 | 6 | ||
7 | It's a DIY, QMK Powered Trackball...Nano! | 7 | It's a DIY, QMK Powered Trackball...Nano! |
8 | 8 | ||
@@ -28,7 +28,7 @@ Occasionally, new revisions of the PCB will be released. Every board comes with | |||
28 | 28 | ||
29 | Match the firmware that you flash onto the board with the designator on the board. | 29 | Match the firmware that you flash onto the board with the designator on the board. |
30 | 30 | ||
31 | # Customzing your Ploopy Nano Trackball | 31 | # Customizing your Ploopy Nano Trackball |
32 | 32 | ||
33 | You can change the DPI/CPI or speed of the trackball by calling `adns_set_cpi` at any time. Additionally, there is a `DPI_CONFIG` macro that will cycle through an array of options for the DPI. This is set to 375, 750, and 1375, but can be changed. 750 is the default. | 33 | You can change the DPI/CPI or speed of the trackball by calling `adns_set_cpi` at any time. Additionally, there is a `DPI_CONFIG` macro that will cycle through an array of options for the DPI. This is set to 375, 750, and 1375, but can be changed. 750 is the default. |
34 | 34 | ||
@@ -51,4 +51,4 @@ When flashing the bootloader, use the following fuse settings: | |||
51 | |----------|-------------| | 51 | |----------|-------------| |
52 | | Low | `0x5E` | | 52 | | Low | `0x5E` | |
53 | | High | `0x99` | | 53 | | High | `0x99` | |
54 | | Extended | `0xC3` | \ No newline at end of file | 54 | | Extended | `0xC3` | |