aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErez Zukerman <bulk@ezuk.org>2017-05-23 23:05:19 -0400
committerGitHub <noreply@github.com>2017-05-23 23:05:19 -0400
commitbe4ece0f3e76d3e9c15db849f453f423883ce21c (patch)
tree3a02768ce25bdaacf578ef53bc644ef17da40200
parent9359abf33e121de5f9d1c726087d9e7db384e47f (diff)
downloadfirmware-be4ece0f3e76d3e9c15db849f453f423883ce21c.tar.gz
firmware-be4ece0f3e76d3e9c15db849f453f423883ce21c.tar.bz2
firmware-be4ece0f3e76d3e9c15db849f453f423883ce21c.zip
grrr
-rw-r--r--Keycodes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Keycodes.md b/Keycodes.md
index 1d48a9ac6..55891e3ce 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 `|` |
+|KC_BSLASH|KC_BSLS|`\` and &#124; |
|KC_NONUS_HASH|KC_NUHS|Non-US `#` and `~`|
-|KC_NONUS_BSLASH|KC_NUBS|Non-US `\` and `|` |
-|KC_INT1|KC_RO|JIS `\` and `|` |
+|KC_NONUS_BSLASH|KC_NUBS|Non-US `\` and `&#124;` |
+|KC_INT1|KC_RO|JIS `\` and `&#124;` |
|KC_INT2|KC_KANA|International216|
|KC_INT3|KC_JYEN|Yen Symbol (`¥`)|
|KC_SCOLON|KC_SCLN|`;` and `:`|