forked from mirrors/qmk_userspace
Add Extrakey support for Brightness up/down (#4477)
This commit is contained in:
parent
3b42cff516
commit
8b85ec2a98
6 changed files with 18 additions and 3 deletions
|
@ -219,6 +219,8 @@ Windows and macOS use different keycodes for "next track" and "previous track".
|
|||
|`KC_WWW_FAVORITES` |`KC_WFAV`|Browser Favorites (Windows) |
|
||||
|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD`|Next Track (macOS) |
|
||||
|`KC_MEDIA_REWIND` |`KC_MRWD`|Previous Track (macOS) |
|
||||
|`KC_BRIGHTNESS_UP` |`KC_BRIU`|Brightness Up |
|
||||
|`KC_BRIGHTNESS_DOWN` |`KC_BRID`|Brightness Down |
|
||||
|
||||
## Number Pad
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue