summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9a4ca7ea0c..9c918b7676 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -203,8 +203,8 @@ See also: [Basic Keycodes](keycodes_basic)
203|`KC_WWW_STOP` |`KC_WSTP` |Browser Stop |✔ | |✔ | 203|`KC_WWW_STOP` |`KC_WSTP` |Browser Stop |✔ | |✔ |
204|`KC_WWW_REFRESH` |`KC_WREF` |Browser Refresh |✔ | |✔ | 204|`KC_WWW_REFRESH` |`KC_WREF` |Browser Refresh |✔ | |✔ |
205|`KC_WWW_FAVORITES` |`KC_WFAV` |Browser Favorites |✔ | |✔ | 205|`KC_WWW_FAVORITES` |`KC_WFAV` |Browser Favorites |✔ | |✔ |
206|`KC_MEDIA_FAST_FORWARD` |`KC_MFFD` |Next Track |✔ |✔<sup>5</sup>|✔ | 206|`KC_MEDIA_FAST_FORWARD` |`KC_MFFD` |Fast Forward |✔ |✔<sup>5</sup>|✔ |
207|`KC_MEDIA_REWIND` |`KC_MRWD` |Previous Track |✔<sup>6</sup>|✔<sup>5</sup>|✔ | 207|`KC_MEDIA_REWIND` |`KC_MRWD` |Rewind |✔<sup>6</sup>|✔<sup>5</sup>|✔ |
208|`KC_BRIGHTNESS_UP` |`KC_BRIU` |Brightness Up |✔ |✔ |✔ | 208|`KC_BRIGHTNESS_UP` |`KC_BRIU` |Brightness Up |✔ |✔ |✔ |
209|`KC_BRIGHTNESS_DOWN` |`KC_BRID` |Brightness Down |✔ |✔ |✔ | 209|`KC_BRIGHTNESS_DOWN` |`KC_BRID` |Brightness Down |✔ |✔ |✔ |
210|`KC_CONTROL_PANEL` |`KC_CPNL` |Open Control Panel |✔ | | | 210|`KC_CONTROL_PANEL` |`KC_CPNL` |Open Control Panel |✔ | | |
diff --git a/docs/keycodes_basic.md b/docs/keycodes_basic.md
index 66dfbe6ded..8b0e1d694d 100644
--- a/docs/keycodes_basic.md
+++ b/docs/keycodes_basic.md
@@ -219,8 +219,8 @@ Some of these keycodes may behave differently depending on the OS. For example,
219|`KC_WWW_STOP` |`KC_WSTP`|Browser Stop | 219|`KC_WWW_STOP` |`KC_WSTP`|Browser Stop |
220|`KC_WWW_REFRESH` |`KC_WREF`|Browser Refresh | 220|`KC_WWW_REFRESH` |`KC_WREF`|Browser Refresh |
221|`KC_WWW_FAVORITES` |`KC_WFAV`|Browser Favorites | 221|`KC_WWW_FAVORITES` |`KC_WFAV`|Browser Favorites |
222|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD`|Next Track | 222|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD`|Fast Forward |
223|`KC_MEDIA_REWIND` |`KC_MRWD`|Previous Track | 223|`KC_MEDIA_REWIND` |`KC_MRWD`|Rewind |
224|`KC_BRIGHTNESS_UP` |`KC_BRIU`|Brightness Up | 224|`KC_BRIGHTNESS_UP` |`KC_BRIU`|Brightness Up |
225|`KC_BRIGHTNESS_DOWN` |`KC_BRID`|Brightness Down | 225|`KC_BRIGHTNESS_DOWN` |`KC_BRID`|Brightness Down |
226|`KC_CONTROL_PANEL` |`KC_CPNL`|Open Control Panel | 226|`KC_CONTROL_PANEL` |`KC_CPNL`|Open Control Panel |