Ver código fonte

Add KEYBOARD_LOCK_ENABLE to makefile

Allow keyboard lock to work
tags/v2.9
jerryen 9 anos atrás
pai
commit
0c40b669f0
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      tmk_core/common.mk

+ 4
- 0
tmk_core/common.mk Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar