Fixed NKRO issue caused by HID_SET_PROTOCOL on Chibios platform (#17588)
This commit is contained in:
		
							parent
							
								
									6866466b07
								
							
						
					
					
						commit
						0d7edbbcbe
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -665,8 +665,7 @@ static bool usb_request_hook_cb(USBDriver *usbp) {
 | 
			
		|||
                        if ((usbp->setup[4] == KEYBOARD_INTERFACE) && (usbp->setup[5] == 0)) { /* wIndex */
 | 
			
		||||
                            keyboard_protocol = ((usbp->setup[2]) != 0x00);                    /* LSB(wValue) */
 | 
			
		||||
#ifdef NKRO_ENABLE
 | 
			
		||||
                            keymap_config.nkro = !!keyboard_protocol;
 | 
			
		||||
                            if (!keymap_config.nkro && keyboard_idle) {
 | 
			
		||||
                            if (!keyboard_protocol && keyboard_idle) {
 | 
			
		||||
#else  /* NKRO_ENABLE */
 | 
			
		||||
                            if (keyboard_idle) {
 | 
			
		||||
#endif /* NKRO_ENABLE */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue