瀏覽代碼

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

fauxpark 6 年之前
父節點
當前提交
730a736ef0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tmk_core/protocol/iwrap/main.c

+ 1 - 1
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: