]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Set proper ASCII character for KC_NUHS in iWRAP code (#7434)
authorfauxpark <fauxpark@gmail.com>
Sun, 8 Dec 2019 01:59:47 +0000 (12:59 +1100)
committerGitHub <noreply@github.com>
Sun, 8 Dec 2019 01:59:47 +0000 (12:59 +1100)
tmk_core/protocol/iwrap/main.c

index 7ba780ede754684b396c80dd2cba5c1979397554..6e9b5455b13adfb5233471d0bc1c8004875b72b1 100644 (file)
@@ -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: