Browse Source

Add KEYBOARD_LOCK_ENABLE to makefile

Allow keyboard lock to work
tags/v2.9
jerryen 8 years ago
parent
commit
0c40b669f0
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      tmk_core/common.mk

+ 4
- 0
tmk_core/common.mk View File

@@ -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…
Cancel
Save