Merge pull request #230 from jerryen/master
Add KEYBOARD_LOCK_ENABLE to makefile
This commit is contained in:
commit
fb1fb122a5
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue