forked from mirrors/qmk_userspace
		
	[Docs] feature: mouse keys, fix misused wording (#16226)
This commit is contained in:
		
					parent
					
						
							
								719881c2ee
							
						
					
				
			
			
				commit
				
					
						10fda3ec8e
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -164,7 +164,7 @@ small and detailed movements of the cursor.
 | 
				
			||||||
* **KC_ACL2:** This acceleration sets your cursor to the maximum (computer defined) speed. This is
 | 
					* **KC_ACL2:** This acceleration sets your cursor to the maximum (computer defined) speed. This is
 | 
				
			||||||
useful for moving the cursor large distances without much accuracy.
 | 
					useful for moving the cursor large distances without much accuracy.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To use constant speed mode, you must at least define `MK_COMBINED` in your keymap’s `config.h` file:
 | 
					To use combined speed mode, you must at least define `MK_COMBINED` in your keymap’s `config.h` file:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```c
 | 
					```c
 | 
				
			||||||
#define MK_COMBINED
 | 
					#define MK_COMBINED
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue