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 |
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 KC_WWW_STOP KC_WSTP KC_WWW_REFRESH KC_WREF KC_WWW_FAVORITES KC_WFAV +KC_BRIGHTNESS_UP KC_BRIU +KC_BRIGHTNESS_DOWN KC_BRID /* Mousekey */ KC_MS_UP KC_MS_U Mouse Cursor Up KC_MS_DOWN KC_MS_D Mouse Cursor Down |