diff options
author | Giuseppe Rota <rota.giuseppe@gmail.com> | 2018-11-28 17:19:07 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-28 08:19:07 -0800 |
commit | 8b85ec2a987d378fb95eea1468eadea70aec2cbf (patch) | |
tree | df3e29b6c643cd36cec19d98d4ec3a4130baf49a /docs/keycode.txt | |
parent | 3b42cff51607171285754ced097392332b40b5fd (diff) | |
download | qmk_firmware-8b85ec2a987d378fb95eea1468eadea70aec2cbf.tar.gz qmk_firmware-8b85ec2a987d378fb95eea1468eadea70aec2cbf.zip |
Add Extrakey support for Brightness up/down (#4477)
Diffstat (limited to 'docs/keycode.txt')
-rw-r--r-- | docs/keycode.txt | 2 |
1 files changed, 2 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 | |||
209 | KC_WWW_STOP KC_WSTP | 209 | KC_WWW_STOP KC_WSTP |
210 | KC_WWW_REFRESH KC_WREF | 210 | KC_WWW_REFRESH KC_WREF |
211 | KC_WWW_FAVORITES KC_WFAV | 211 | KC_WWW_FAVORITES KC_WFAV |
212 | KC_BRIGHTNESS_UP KC_BRIU | ||
213 | KC_BRIGHTNESS_DOWN KC_BRID | ||
212 | /* Mousekey */ | 214 | /* Mousekey */ |
213 | KC_MS_UP KC_MS_U Mouse Cursor Up | 215 | KC_MS_UP KC_MS_U Mouse Cursor Up |
214 | KC_MS_DOWN KC_MS_D Mouse Cursor Down | 216 | KC_MS_DOWN KC_MS_D Mouse Cursor Down |