summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorThat-Canadian <poole.chris.11@gmail.com>2017-08-09 23:17:48 -0400
committerThat-Canadian <poole.chris.11@gmail.com>2017-08-09 23:17:48 -0400
commit48a89ad8649ffe5fa054eccf1b0498f8a0a49b32 (patch)
tree507acee914061af992dd8d657b2374da544c47ae /common_features.mk
parent597ff7aee9a04b4f4f41d6d1f5b2e1223e0e83b8 (diff)
parenta5ab2412ab6bb4df9be121faa8caaf900dc0ba0d (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk
index 0adf81afac..f405d5c07b 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -104,6 +104,11 @@ ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
SRC += $(QUANTUM_DIR)/process_keycode/process_tap_dance.c
endif
+ifeq ($(strip $(KEY_LOCK_ENABLE)), yes)
+ OPT_DEFS += -DKEY_LOCK_ENABLE
+ SRC += $(QUANTUM_DIR)/process_keycode/process_key_lock.c
+endif
+
ifeq ($(strip $(PRINTING_ENABLE)), yes)
OPT_DEFS += -DPRINTING_ENABLE
SRC += $(QUANTUM_DIR)/process_keycode/process_printer.c
@@ -156,4 +161,4 @@ QUANTUM_SRC:= \
ifndef CUSTOM_MATRIX
QUANTUM_SRC += $(QUANTUM_DIR)/matrix.c
-endif \ No newline at end of file
+endif