mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 13:22:31 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						c823160d94
					
				| @ -96,7 +96,7 @@ __attribute__((weak)) void process_wheel(report_mouse_t* mouse_report) { | ||||
|     uint16_t p2 = adc_read(OPT_ENC2_MUX); | ||||
|     if (debug_encoder) dprintf("OPT1: %d, OPT2: %d\n", p1, p2); | ||||
| 
 | ||||
|     uint8_t dir = opt_encoder_handler(p1, p2); | ||||
|     int dir = opt_encoder_handler(p1, p2); | ||||
| 
 | ||||
|     if (dir == 0) return; | ||||
|     process_wheel_user(mouse_report, mouse_report->h, (int)(mouse_report->v + (dir * OPT_SCALE))); | ||||
|  | ||||
| @ -96,7 +96,7 @@ __attribute__((weak)) void process_wheel(report_mouse_t* mouse_report) { | ||||
|     uint16_t p2 = adc_read(OPT_ENC2_MUX); | ||||
|     if (debug_encoder) dprintf("OPT1: %d, OPT2: %d\n", p1, p2); | ||||
| 
 | ||||
|     uint8_t dir = opt_encoder_handler(p1, p2); | ||||
|     int dir = opt_encoder_handler(p1, p2); | ||||
| 
 | ||||
|     if (dir == 0) return; | ||||
|     process_wheel_user(mouse_report, mouse_report->h, (int)(mouse_report->v + (dir * OPT_SCALE))); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 QMK Bot
						QMK Bot