소스 검색

then some code blocks

Erez Zukerman 8 년 전
부모
커밋
e90a00c88c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      Keycodes.md

+ 3 - 3
Keycodes.md

@@ -41,10 +41,10 @@ Keycodes in QMK are based on [HID Usage Keyboard/Keypad Page(0x07)](http://www.u
 |KC_EQUAL|KC_EQL|`=` and `+`|
 |KC_LBRACKET|KC_LBRC|`[` and `{`|
 |KC_RBRACKET|KC_RBRC|`]` and `}`|
-|KC_BSLASH|KC_BSLS|`\` and | |
+|KC_BSLASH|KC_BSLS|`\` and <code>&#124;</code> |
 |KC_NONUS_HASH|KC_NUHS|Non-US `#` and `~`|
-|KC_NONUS_BSLASH|KC_NUBS|Non-US `\` and &#124; |
-|KC_INT1|KC_RO|JIS `\` and &#124; |
+|KC_NONUS_BSLASH|KC_NUBS|Non-US `\` and <code>&#124;</code> |
+|KC_INT1|KC_RO|JIS `\` and <code>&#124;</code> |
 |KC_INT2|KC_KANA|International216|
 |KC_INT3|KC_JYEN|Yen Symbol (`¥`)|
 |KC_SCOLON|KC_SCLN|`;` and `:`|