~ruther/qmk_firmware

730a736ef049832988e1dc28228cd1d692d359f0 — fauxpark 5 years ago a8320f2
Set proper ASCII character for KC_NUHS in iWRAP code (#7434)

1 files changed, 1 insertions(+), 1 deletions(-)

M tmk_core/protocol/iwrap/main.c
M tmk_core/protocol/iwrap/main.c => tmk_core/protocol/iwrap/main.c +1 -1
@@ 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: