Move Encoder+Encoder Map from generic features (#18018)
This commit is contained in:
		
							parent
							
								
									06c7614a71
								
							
						
					
					
						commit
						aed82bc6a0
					
				
					 2 changed files with 8 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -893,3 +893,11 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
 | 
			
		|||
        QUANTUM_LIB_SRC += uart.c
 | 
			
		||||
    endif
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
ifeq ($(strip $(ENCODER_ENABLE)), yes)
 | 
			
		||||
    COMMON_VPATH += $(QUANTUM_DIR)/encoder.c
 | 
			
		||||
    OPT_DEFS += -DENCODER_ENABLE
 | 
			
		||||
    ifeq ($(strip $(ENCODER_MAP_ENABLE)), yes)
 | 
			
		||||
        OPT_DEFS += -DENCODER_MAP_ENABLE
 | 
			
		||||
    endif
 | 
			
		||||
endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue