Sfoglia il codice sorgente

Fix modifier stuck of Lock command(#127)

tmk 11 anni fa
parent
commit
22d99f26af
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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:
         case KC_CAPSLOCK:
             if (host_get_driver()) {
             if (host_get_driver()) {
                 host_driver = host_get_driver();
                 host_driver = host_get_driver();
+                clear_keyboard();
                 host_set_driver(0);
                 host_set_driver(0);
                 print("Locked.\n");
                 print("Locked.\n");
             } else {
             } else {