summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKOBAYASHI Daisuke <daisuke.koba@gmail.com>2018-08-22 16:56:24 +0200
committerDrashna Jaelre <drashna@live.com>2018-11-13 21:27:33 +0100
commit911b2d07565fa0c6edb49a198f4420391f7f33f3 (patch)
treeef4017ea94406c04ca06256f12700f08397b3ec4 /docs
parent4609d68ddcf4b5094e8183f99549fe83af3cc144 (diff)
downloadqmk_firmware-911b2d07565fa0c6edb49a198f4420391f7f33f3.tar.gz
qmk_firmware-911b2d07565fa0c6edb49a198f4420391f7f33f3.tar.xz
Docs: Fix descriptions of KC_INT1 and KC_INT3
Diffstat (limited to 'docs')
-rw-r--r--docs/keycodes.md4
-rw-r--r--docs/keycodes_basic.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md
index e5d35b2b4..592b52ec7 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -141,9 +141,9 @@ This is a reference only. Each group of keys links to the page documenting their
|`KC_LOCKING_SCROLL` |`KC_LSCR` |Locking Scroll Lock |
|`KC_KP_COMMA` |`KC_PCMM` |Keypad `,` |
|`KC_KP_EQUAL_AS400` | |Keypad `=` on AS/400 keyboards |
-|`KC_INT1` |`KC_RO` |JIS `\` and <code>&#124;</code> |
+|`KC_INT1` |`KC_RO` |JIS `\` and `_` |
|`KC_INT2` |`KC_KANA` |JIS Katakana/Hiragana |
-|`KC_INT3` |`KC_JYEN` |JIS `¥` |
+|`KC_INT3` |`KC_JYEN` |JIS `¥` and <code>&#124;</code> |
|`KC_INT4` |`KC_HENK` |JIS Henkan |
|`KC_INT5` |`KC_MHEN` |JIS Muhenkan |
|`KC_INT6` | |JIS Numpad `,` |
diff --git a/docs/keycodes_basic.md b/docs/keycodes_basic.md
index 82e94aa5e..ada9cc0e5 100644
--- a/docs/keycodes_basic.md
+++ b/docs/keycodes_basic.md
@@ -123,9 +123,9 @@ The basic set of keycodes are based on the [HID Keyboard/Keypad Usage Page (0x07
|Key |Aliases |Description |
|----------|---------|-------------------------------|
-|`KC_INT1` |`KC_RO` |JIS `\` and <code>&#124;</code>|
+|`KC_INT1` |`KC_RO` |JIS `\` and `_` |
|`KC_INT2` |`KC_KANA`|JIS Katakana/Hiragana |
-|`KC_INT3` |`KC_JYEN`|JIS `¥` |
+|`KC_INT3` |`KC_JYEN`|JIS `¥` and <code>&#124;</code>|
|`KC_INT4` |`KC_HENK`|JIS Henkan |
|`KC_INT5` |`KC_MHEN`|JIS Muhenkan |
|`KC_INT6` | |JIS Numpad `,` |