Enabling Pointing Device support in register code functions (#18363)
This commit is contained in:
		
							parent
							
								
									d909038b28
								
							
						
					
					
						commit
						fb400f2ac2
					
				
					 8 changed files with 17 additions and 57 deletions
				
			
		| 
						 | 
				
			
			@ -167,21 +167,6 @@ bool process_record_kb(uint16_t keycode, keyrecord_t* record) {
 | 
			
		|||
#endif
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
/* If Mousekeys is disabled, then use handle the mouse button
 | 
			
		||||
 * keycodes.  This makes things simpler, and allows usage of
 | 
			
		||||
 * the keycodes in a consistent manner.  But only do this if
 | 
			
		||||
 * Mousekeys is not enable, so it's not handled twice.
 | 
			
		||||
 */
 | 
			
		||||
#ifndef MOUSEKEY_ENABLE
 | 
			
		||||
    if (IS_MOUSEKEY_BUTTON(keycode)) {
 | 
			
		||||
        report_mouse_t currentReport = pointing_device_get_report();
 | 
			
		||||
        currentReport.buttons        = pointing_device_handle_buttons(currentReport.buttons, record->event.pressed, keycode - KC_MS_BTN1);
 | 
			
		||||
        pointing_device_set_report(currentReport);
 | 
			
		||||
        pointing_device_send();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
    return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue