non-breaking

Co-Authored-By: drashna <drashna@live.com>
This commit is contained in:
Konstantin Đorđević 2018-11-02 12:48:28 -07:00 committed by Drashna Jaelre
parent 4b2a0bc145
commit 95385670a3
No known key found for this signature in database
GPG Key ID: 4C4221222CD5F9F0

View File

@ -79,6 +79,7 @@ void unicode_input_start(void) {
case UC_WINC: case UC_WINC:
tap_code(KC_RALT); tap_code(KC_RALT);
tap_code(KC_U); tap_code(KC_U);
break;
} }
wait_ms(UNICODE_TYPE_DELAY); wait_ms(UNICODE_TYPE_DELAY);
} }