Set proper ASCII character for KC_NUHS in iWRAP code (#7434)

refactor_process_record_kb_user
fauxpark 6 years ago committed by GitHub
parent a8320f20f7
commit 730a736ef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tmk_core/protocol/iwrap/main.c

@ -393,7 +393,7 @@ static uint8_t key2asc(uint8_t key) {
case KC_BSLASH:
return '\\';
case KC_NONUS_HASH:
return '\\';
return '#';
case KC_SCOLON:
return ';';
case KC_QUOTE:

Loading…
Cancel
Save