Skip to content

Commit 2f60ce0

Browse files
jerryenjerryen
authored andcommitted
Add KEYBOARD_LOCK_ENABLE to makefile
Allow keyboard lock to work
1 parent 70c9abd commit 2f60ce0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ ifdef USB_6KRO_ENABLE
5353
OPT_DEFS += -DUSB_6KRO_ENABLE
5454
endif
5555

56+
ifdef KEYBOARD_LOCK_ENABLE
57+
OPT_DEFS += -DKEYBOARD_LOCK_ENABLE
58+
endif
59+
5660
ifdef SLEEP_LED_ENABLE
5761
SRC += $(COMMON_DIR)/sleep_led.c
5862
OPT_DEFS += -DSLEEP_LED_ENABLE

0 commit comments

Comments
 (0)