summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErez Zukerman <bulk@ezuk.org>2017-05-24 05:09:19 +0200
committerGitHub <noreply@github.com>2017-05-24 05:09:19 +0200
commite90a00c88c6c6b5eff38d708966c7494f1646f87 (patch)
treef73dc9e0d30108151e5633db166a6860f39832c0
parent870aaa0a7e10c95fd2ebbd10a55d8642761b0133 (diff)
downloadqmk_firmware-e90a00c88c6c6b5eff38d708966c7494f1646f87.tar.gz
qmk_firmware-e90a00c88c6c6b5eff38d708966c7494f1646f87.tar.xz
then some code blocks
-rw-r--r--Keycodes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Keycodes.md b/Keycodes.md
index c9de6a922..e83842cbb 100644
--- a/Keycodes.md
+++ b/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 &#124; |
+|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 `:`|