diff options
author | Drashna Jaelre <drashna@live.com> | 2021-02-09 09:49:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 09:49:05 -0800 |
commit | 7161d650705afb86b0874d95d72d15cf134f4148 (patch) | |
tree | feddeedd645c41bebcd1b8ab3972ee634bebe697 /common_features.mk | |
parent | 738bd263c18de8f78cc98311b40c79a84ae3be33 (diff) | |
download | qmk_firmware-7161d650705afb86b0874d95d72d15cf134f4148.tar.gz qmk_firmware-7161d650705afb86b0874d95d72d15cf134f4148.zip |
Remove FAUXCLICKY feature (deprecated) (#11829)
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common_features.mk b/common_features.mk index 5d3a200dc..ecb4f5576 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -80,11 +80,6 @@ ifeq ($(strip $(VIRTSER_ENABLE)), yes) | |||
80 | OPT_DEFS += -DVIRTSER_ENABLE | 80 | OPT_DEFS += -DVIRTSER_ENABLE |
81 | endif | 81 | endif |
82 | 82 | ||
83 | ifeq ($(strip $(FAUXCLICKY_ENABLE)), yes) | ||
84 | OPT_DEFS += -DFAUXCLICKY_ENABLE | ||
85 | SRC += $(QUANTUM_DIR)/fauxclicky.c | ||
86 | endif | ||
87 | |||
88 | ifeq ($(strip $(MOUSEKEY_ENABLE)), yes) | 83 | ifeq ($(strip $(MOUSEKEY_ENABLE)), yes) |
89 | OPT_DEFS += -DMOUSEKEY_ENABLE | 84 | OPT_DEFS += -DMOUSEKEY_ENABLE |
90 | OPT_DEFS += -DMOUSE_ENABLE | 85 | OPT_DEFS += -DMOUSE_ENABLE |