Add KEYBOARD_LOCK_ENABLE to makefile
Allow keyboard lock to work
This commit is contained in:
parent
507ebb34f5
commit
0c40b669f0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user