소스 검색

host_driver is only used if KEYBOARD_LOCK_ENABLE is defined

tags/v2.9
obones 8 년 전
부모
커밋
66b6df0068
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      tmk_core/common/command.c

+ 2
- 0
tmk_core/common/command.c 파일 보기

@@ -178,7 +178,9 @@ static void print_eeconfig(void)

static bool command_common(uint8_t code)
{
#ifdef KEYBOARD_LOCK_ENABLE
static host_driver_t *host_driver = 0;
#endif
switch (code) {
#ifdef SLEEP_LED_ENABLE
case KC_Z:

Loading…
취소
저장