Merge pull request #960 from ofples/feature/combos
Keyboard combination triggers
This commit is contained in:
		
						commit
						4348fb54d6
					
				
					 5 changed files with 194 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -144,6 +144,11 @@ ifeq ($(strip $(MIDI_ENABLE)), yes)
 | 
			
		|||
	SRC += $(QUANTUM_DIR)/process_keycode/process_midi.c
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
ifeq ($(strip $(COMBO_ENABLE)), yes)
 | 
			
		||||
    OPT_DEFS += -DCOMBO_ENABLE
 | 
			
		||||
	SRC += $(QUANTUM_DIR)/process_keycode/process_combo.c
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
ifeq ($(strip $(VIRTSER_ENABLE)), yes)
 | 
			
		||||
    OPT_DEFS += -DVIRTSER_ENABLE
 | 
			
		||||
endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue