Add Support for USB programmable buttons (#12950)
This commit is contained in:
		
							parent
							
								
									1a68feb842
								
							
						
					
					
						commit
						83988597f4
					
				
					 22 changed files with 436 additions and 14 deletions
				
			
		| 
						 | 
				
			
			@ -295,6 +295,9 @@ bool process_record_quantum(keyrecord_t *record) {
 | 
			
		|||
#endif
 | 
			
		||||
#ifdef JOYSTICK_ENABLE
 | 
			
		||||
            process_joystick(keycode, record) &&
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef PROGRAMMABLE_BUTTON_ENABLE
 | 
			
		||||
            process_programmable_button(keycode, record) &&
 | 
			
		||||
#endif
 | 
			
		||||
            true)) {
 | 
			
		||||
        return false;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue