]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Added missing codes: KC_MEDIA_FAST_FORWARD and KC_MEDIA_REWIND
authorBenny Powers <bennypowers@users.noreply.github.com>
Fri, 17 Mar 2017 10:44:29 +0000 (12:44 +0200)
committerBenny Powers <bennypowers@users.noreply.github.com>
Fri, 17 Mar 2017 10:44:29 +0000 (12:44 +0200)
Keycodes.md

index 2ea6b315d4ab84684b713476fdd095172fdae7c4..c5cc322241a37bf9d4ee60106b76bcd3bb7b214d 100644 (file)
@@ -116,6 +116,8 @@ The source of truth for these codes is the [keycode.txt](https://github.com/qmk/
 |KC_AUDIO_VOL_DOWN|KC_VOLD||
 |KC_MEDIA_NEXT_TRACK|KC_MNXT||
 |KC_MEDIA_PREV_TRACK|KC_MPRV||
+|KC_MEDIA_FAST_FORWARD|KC_MFFD||
+|KC_MEDIA_REWIND|KC_MRWD||
 |KC_MEDIA_STOP|KC_MSTP||
 |KC_MEDIA_PLAY_PAUSE|KC_MPLY||
 |KC_MEDIA_SELECT|KC_MSEL||