mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	fix(feature_ps2_mouse): fix Scroll Button example (#11669)
Corrected macro in Scroll Button example so it compiles.
This commit is contained in:
		
							parent
							
								
									944cf6476e
								
							
						
					
					
						commit
						92543a7cb5
					
				| @ -206,7 +206,7 @@ It's possible to enable a "scroll button/s" that when pressed will cause the mou | |||||||
| To enable the feature, you must set a scroll button mask as follows: | To enable the feature, you must set a scroll button mask as follows: | ||||||
| 
 | 
 | ||||||
| ```c | ```c | ||||||
| #define PS2_MOUSE_SCROLL_BTN_MASK (1<<PS2_MOUSE_BUTTON_MIDDLE) /* Default */ | #define PS2_MOUSE_SCROLL_BTN_MASK (1<<PS2_MOUSE_BTN_MIDDLE) /* Default */ | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| To disable the scroll button feature: | To disable the scroll button feature: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 David H. Bronke
						David H. Bronke