1
0
Fork 0

Implement faux-clicky feature

This commit is contained in:
Priyadi Iman Nurcahyo 2017-02-13 08:03:07 +07:00
parent a0c2305bd1
commit c68e596f32
8 changed files with 184 additions and 3 deletions

View file

@ -161,6 +161,11 @@ ifeq ($(strip $(AUDIO_ENABLE)), yes)
SRC += $(QUANTUM_DIR)/audio/luts.c
endif
ifeq ($(strip $(FAUXCLICKY_ENABLE)), yes)
OPT_DEFS += -DFAUXCLICKY_ENABLE
SRC += $(QUANTUM_DIR)/fauxclicky.c
endif
ifeq ($(strip $(UCIS_ENABLE)), yes)
OPT_DEFS += -DUCIS_ENABLE
UNICODE_ENABLE = yes