Merge pull request #230 from jerryen/master
Add KEYBOARD_LOCK_ENABLE to makefile
This commit is contained in:
commit
fb1fb122a5
@ -53,6 +53,10 @@ ifdef USB_6KRO_ENABLE
|
||||
OPT_DEFS += -DUSB_6KRO_ENABLE
|
||||
endif
|
||||
|
||||
ifdef KEYBOARD_LOCK_ENABLE
|
||||
OPT_DEFS += -DKEYBOARD_LOCK_ENABLE
|
||||
endif
|
||||
|
||||
ifdef SLEEP_LED_ENABLE
|
||||
SRC += $(COMMON_DIR)/sleep_led.c
|
||||
OPT_DEFS += -DSLEEP_LED_ENABLE
|
||||
|
Loading…
Reference in New Issue
Block a user