Remove force disable of NKRO when Bluetooth enabled (#25201)
This commit is contained in:
		
							parent
							
								
									ac991405d0
								
							
						
					
					
						commit
						ab1332bb6c
					
				
					 6 changed files with 33 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -46,12 +46,8 @@ else
 | 
			
		|||
endif
 | 
			
		||||
 | 
			
		||||
ifeq ($(strip $(NKRO_ENABLE)), yes)
 | 
			
		||||
    ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
 | 
			
		||||
        $(info NKRO is not currently supported with Bluetooth, and has been disabled.)
 | 
			
		||||
    else
 | 
			
		||||
        OPT_DEFS += -DNKRO_ENABLE
 | 
			
		||||
        SHARED_EP_ENABLE = yes
 | 
			
		||||
    endif
 | 
			
		||||
    OPT_DEFS += -DNKRO_ENABLE
 | 
			
		||||
    SHARED_EP_ENABLE = yes
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
ifeq ($(strip $(NO_SUSPEND_POWER_DOWN)), yes)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue