aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/keycode.txt2
-rw-r--r--docs/keycodes.md2
-rw-r--r--docs/keycodes_basic.md2
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/keycode.txt b/docs/keycode.txt
index b2070f711..bd93b0a94 100644
--- a/docs/keycode.txt
+++ b/docs/keycode.txt
@@ -209,6 +209,8 @@ KC_WWW_FORWARD KC_WFWD
209KC_WWW_STOP KC_WSTP 209KC_WWW_STOP KC_WSTP
210KC_WWW_REFRESH KC_WREF 210KC_WWW_REFRESH KC_WREF
211KC_WWW_FAVORITES KC_WFAV 211KC_WWW_FAVORITES KC_WFAV
212KC_BRIGHTNESS_UP KC_BRIU
213KC_BRIGHTNESS_DOWN KC_BRID
212/* Mousekey */ 214/* Mousekey */
213KC_MS_UP KC_MS_U Mouse Cursor Up 215KC_MS_UP KC_MS_U Mouse Cursor Up
214KC_MS_DOWN KC_MS_D Mouse Cursor Down 216KC_MS_DOWN KC_MS_D Mouse Cursor Down
diff --git a/docs/keycodes.md b/docs/keycodes.md
index 1c5f46d6e..75b01389c 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -203,6 +203,8 @@ This is a reference only. Each group of keys links to the page documenting their
203|`KC_WWW_FAVORITES` |`KC_WFAV` |Browser Favorites (Windows) | 203|`KC_WWW_FAVORITES` |`KC_WFAV` |Browser Favorites (Windows) |
204|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD` |Next Track (macOS) | 204|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD` |Next Track (macOS) |
205|`KC_MEDIA_REWIND` |`KC_MRWD` |Previous Track (macOS) | 205|`KC_MEDIA_REWIND` |`KC_MRWD` |Previous Track (macOS) |
206|`KC_BRIGHTNESS_UP` |`KC_BRIU` |Brightness Up |
207|`KC_BRIGHTNESS_DOWN` |`KC_BRID` |Brightness Down |
206 208
207## [Quantum Keycodes](quantum_keycodes.md#qmk-keycodes) 209## [Quantum Keycodes](quantum_keycodes.md#qmk-keycodes)
208 210
diff --git a/docs/keycodes_basic.md b/docs/keycodes_basic.md
index ada9cc0e5..9cc00f032 100644
--- a/docs/keycodes_basic.md
+++ b/docs/keycodes_basic.md
@@ -219,6 +219,8 @@ Windows and macOS use different keycodes for "next track" and "previous track".
219|`KC_WWW_FAVORITES` |`KC_WFAV`|Browser Favorites (Windows) | 219|`KC_WWW_FAVORITES` |`KC_WFAV`|Browser Favorites (Windows) |
220|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD`|Next Track (macOS) | 220|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD`|Next Track (macOS) |
221|`KC_MEDIA_REWIND` |`KC_MRWD`|Previous Track (macOS) | 221|`KC_MEDIA_REWIND` |`KC_MRWD`|Previous Track (macOS) |
222|`KC_BRIGHTNESS_UP` |`KC_BRIU`|Brightness Up |
223|`KC_BRIGHTNESS_DOWN` |`KC_BRID`|Brightness Down |
222 224
223## Number Pad 225## Number Pad
224 226