~ruther/qmk_firmware

22d99f26af757c0bedb31ba3f63d793e4b2d4ca3 — tmk 10 years ago 2e17aa2
Fix modifier stuck of Lock command(#127)
1 files changed, 1 insertions(+), 0 deletions(-)

M common/command.c
M common/command.c => common/command.c +1 -0
@@ 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 {