1
0

Add KEYBOARD_LOCK_ENABLE to makefile

Allow keyboard lock to work
This commit is contained in:
jerryen 2015-06-27 21:37:09 -07:00
parent 507ebb34f5
commit 0c40b669f0

View File

@ -53,6 +53,10 @@ ifdef USB_6KRO_ENABLE
OPT_DEFS += -DUSB_6KRO_ENABLE OPT_DEFS += -DUSB_6KRO_ENABLE
endif endif
ifdef KEYBOARD_LOCK_ENABLE
OPT_DEFS += -DKEYBOARD_LOCK_ENABLE
endif
ifdef SLEEP_LED_ENABLE ifdef SLEEP_LED_ENABLE
SRC += $(COMMON_DIR)/sleep_led.c SRC += $(COMMON_DIR)/sleep_led.c
OPT_DEFS += -DSLEEP_LED_ENABLE OPT_DEFS += -DSLEEP_LED_ENABLE