diff options
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 |