瀏覽代碼

Merge pull request #292 from obones/command_warning

Fix warning in command.c
tags/v2.9
tmk 8 年之前
父節點
當前提交
b9edbb32e9
共有 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…
取消
儲存