Unicode, Unicodemap and UCIS refactor (#21659)
This commit is contained in:
		
							parent
							
								
									95681b8ff4
								
							
						
					
					
						commit
						70e34e491c
					
				
					 34 changed files with 1196 additions and 386 deletions
				
			
		| 
						 | 
				
			
			@ -784,13 +784,15 @@ endif
 | 
			
		|||
ifeq ($(strip $(UCIS_ENABLE)), yes)
 | 
			
		||||
    OPT_DEFS += -DUCIS_ENABLE
 | 
			
		||||
    UNICODE_COMMON := yes
 | 
			
		||||
    SRC += $(QUANTUM_DIR)/process_keycode/process_ucis.c
 | 
			
		||||
    SRC += $(QUANTUM_DIR)/process_keycode/process_ucis.c \
 | 
			
		||||
           $(QUANTUM_DIR)/unicode/ucis.c
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
ifeq ($(strip $(UNICODEMAP_ENABLE)), yes)
 | 
			
		||||
    OPT_DEFS += -DUNICODEMAP_ENABLE
 | 
			
		||||
    UNICODE_COMMON := yes
 | 
			
		||||
    SRC += $(QUANTUM_DIR)/process_keycode/process_unicodemap.c
 | 
			
		||||
    SRC += $(QUANTUM_DIR)/process_keycode/process_unicodemap.c \
 | 
			
		||||
           $(QUANTUM_DIR)/unicode/unicodemap.c
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
ifeq ($(strip $(UNICODE_ENABLE)), yes)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue