mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	fix typos (#15316)
This commit is contained in:
		
							parent
							
								
									ca5670762b
								
							
						
					
					
						commit
						1e48403538
					
				@ -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`. 
 | 
					To configure/set your own array, there are two defines to use, `PLOOPY_DPI_OPTIONS` to set the array, and `PLOOPY_DPI_DEFAULT`. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```c
 | 
					```c
 | 
				
			||||||
#define PLOOPY_DPI_OPTIONS { CPI375, CPI750, CPI1375}
 | 
					#define PLOOPY_DPI_OPTIONS { 375, 750, 1375}
 | 
				
			||||||
#define PLOOPY_DPI_DEFAULT 2
 | 
					#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
 | 
					### Drag Scroll Configuration
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* `#define PLOOPY_DRAGSCROLL_MOMENTARY` - Makes the key into a momentary key, rather than a toggle.
 | 
					* `#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. 
 | 
					* `#define PLOOPY_DRAGSCROLL_INVERT` - This reverses the direction that the scroll is performed. 
 | 
				
			||||||
## Fuse settings
 | 
					## Fuse settings
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -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`. 
 | 
					To configure/set your own array, there are two defines to use, `PLOOPY_DPI_OPTIONS` to set the array, and `PLOOPY_DPI_DEFAULT`. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```c
 | 
					```c
 | 
				
			||||||
#define PLOOPY_DPI_OPTIONS { CPI375, CPI750, CPI1375}
 | 
					#define PLOOPY_DPI_OPTIONS { 375, 750, 1375}
 | 
				
			||||||
#define PLOOPY_DPI_DEFAULT 1
 | 
					#define PLOOPY_DPI_DEFAULT 1
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user