summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2018-06-28 14:55:04 +0200
committerJack Humbert <jack.humb@gmail.com>2018-06-28 14:55:04 +0200
commit6590f3c81155f5d5cfb59c5b8a28610d6f3207d0 (patch)
tree526c9f9c5063a480359fa94214f8f43bdf92ada4 /docs
parentee3b9d2ef08b3a176257b1082a0f367b9f29fc67 (diff)
downloadqmk_firmware-6590f3c81155f5d5cfb59c5b8a28610d6f3207d0.tar.gz
qmk_firmware-6590f3c81155f5d5cfb59c5b8a28610d6f3207d0.tar.xz
Clean up SEND_STRING keycodes and add media keys (#3214)
* Clean up SEND_STRING keycodes and add media keys * Remove stray define * Add missing SEND_STRING keycodes for completeness Also, add KC_EJCT to the keycode references
Diffstat (limited to 'docs')
-rw-r--r--docs/keycodes.md1
-rw-r--r--docs/keycodes_basic.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md
index ca81d02b6..b15fb62a0 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -167,6 +167,7 @@ This is a reference only. Each group of keys links to the page documenting their
|`KC_MEDIA_STOP` |`KC_MSTP` |Stop Track |
|`KC_MEDIA_PLAY_PAUSE` |`KC_MPLY` |Play/Pause Track |
|`KC_MEDIA_SELECT` |`KC_MSEL` | |
+|`KC_MEDIA_EJECT` |`KC_EJCT` |Eject (macOS) |
|`KC_NUMLOCK` |`KC_NLCK` |Keypad Num Lock and Clear |
|`KC_KP_SLASH` |`KC_PSLS` |Keypad `/` |
|`KC_KP_ASTERISK` |`KC_PAST` |Keypad `*` |
diff --git a/docs/keycodes_basic.md b/docs/keycodes_basic.md
index 57b0f9228..c6ca4ad99 100644
--- a/docs/keycodes_basic.md
+++ b/docs/keycodes_basic.md
@@ -194,6 +194,7 @@ Windows and macOS use different keycodes for "next track" and "previous track".
|`KC_MEDIA_STOP` |`KC_MSTP`|Stop Track |
|`KC_MEDIA_PLAY_PAUSE` |`KC_MPLY`|Play/Pause Track |
|`KC_MEDIA_SELECT` |`KC_MSEL`| |
+|`KC_MEDIA_EJECT` |`KC_EJCT`|Eject (macOS) |
## Number Pad