ソースを参照

Fix modifier stuck of Lock command(#127)

tags/v1.9
tmk 9年前
コミット
22d99f26af
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      common/command.c

+ 1
- 0
common/command.c ファイルの表示

@@ -194,6 +194,7 @@ static bool command_common(uint8_t code)
case KC_CAPSLOCK:
if (host_get_driver()) {
host_driver = host_get_driver();
clear_keyboard();
host_set_driver(0);
print("Locked.\n");
} else {

読み込み中…
キャンセル
保存