mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-25 18:48:05 +06:00
Set proper ASCII character for KC_NUHS in iWRAP code (#7434)
This commit is contained in:
parent
a8320f20f7
commit
730a736ef0
@ -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…
Reference in New Issue
Block a user