Remove FAUXCLICKY feature (deprecated) (#11829)

This commit is contained in:
Drashna Jaelre 2021-02-09 09:49:05 -08:00 committed by GitHub
parent 738bd263c1
commit 7161d65070
Failed to generate hash of commit
483 changed files with 48 additions and 750 deletions

View file

@ -80,11 +80,6 @@ ifeq ($(strip $(VIRTSER_ENABLE)), yes)
OPT_DEFS += -DVIRTSER_ENABLE
endif
ifeq ($(strip $(FAUXCLICKY_ENABLE)), yes)
OPT_DEFS += -DFAUXCLICKY_ENABLE
SRC += $(QUANTUM_DIR)/fauxclicky.c
endif
ifeq ($(strip $(MOUSEKEY_ENABLE)), yes)
OPT_DEFS += -DMOUSEKEY_ENABLE
OPT_DEFS += -DMOUSE_ENABLE