aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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
167|`KC_MEDIA_STOP` |`KC_MSTP` |Stop Track | 167|`KC_MEDIA_STOP` |`KC_MSTP` |Stop Track |
168|`KC_MEDIA_PLAY_PAUSE` |`KC_MPLY` |Play/Pause Track | 168|`KC_MEDIA_PLAY_PAUSE` |`KC_MPLY` |Play/Pause Track |
169|`KC_MEDIA_SELECT` |`KC_MSEL` | | 169|`KC_MEDIA_SELECT` |`KC_MSEL` | |
170|`KC_MEDIA_EJECT` |`KC_EJCT` |Eject (macOS) |
170|`KC_NUMLOCK` |`KC_NLCK` |Keypad Num Lock and Clear | 171|`KC_NUMLOCK` |`KC_NLCK` |Keypad Num Lock and Clear |
171|`KC_KP_SLASH` |`KC_PSLS` |Keypad `/` | 172|`KC_KP_SLASH` |`KC_PSLS` |Keypad `/` |
172|`KC_KP_ASTERISK` |`KC_PAST` |Keypad `*` | 173|`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".
194|`KC_MEDIA_STOP` |`KC_MSTP`|Stop Track | 194|`KC_MEDIA_STOP` |`KC_MSTP`|Stop Track |
195|`KC_MEDIA_PLAY_PAUSE` |`KC_MPLY`|Play/Pause Track | 195|`KC_MEDIA_PLAY_PAUSE` |`KC_MPLY`|Play/Pause Track |
196|`KC_MEDIA_SELECT` |`KC_MSEL`| | 196|`KC_MEDIA_SELECT` |`KC_MSEL`| |
197|`KC_MEDIA_EJECT` |`KC_EJCT`|Eject (macOS) |
197 198
198## Number Pad 199## Number Pad
199 200