mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-30 21:02:32 +01:00 
			
		
		
		
	Allow negative values for mouse movements
This commit is contained in:
		
							parent
							
								
									985a091a73
								
							
						
					
					
						commit
						434b286032
					
				| @ -86,7 +86,7 @@ struct queue_item { | |||||||
| 
 | 
 | ||||||
|     uint16_t consumer; |     uint16_t consumer; | ||||||
|     struct __attribute__((packed)) { |     struct __attribute__((packed)) { | ||||||
|       uint8_t x, y, scroll, pan; |       int8_t x, y, scroll, pan; | ||||||
|     } mousemove; |     } mousemove; | ||||||
|   }; |   }; | ||||||
| }; | }; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Priyadi Iman Nurcahyo
						Priyadi Iman Nurcahyo