diff options
| author | Benny Powers <bennypowers@users.noreply.github.com> | 2017-03-17 12:44:29 +0200 |
|---|---|---|
| committer | Benny Powers <bennypowers@users.noreply.github.com> | 2017-03-17 12:44:29 +0200 |
| commit | 3c11a8d241b27eaab13e97319becb76867965c33 (patch) | |
| tree | e94b9420e45d58fae5a4e2971f4939dc514e4299 | |
| parent | 82d9abf9f3ba820e07382abf0725013387c3a380 (diff) | |
| download | firmware-3c11a8d241b27eaab13e97319becb76867965c33.tar.gz firmware-3c11a8d241b27eaab13e97319becb76867965c33.tar.bz2 firmware-3c11a8d241b27eaab13e97319becb76867965c33.zip | |
Added missing codes: KC_MEDIA_FAST_FORWARD and KC_MEDIA_REWIND
| -rw-r--r-- | Keycodes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Keycodes.md b/Keycodes.md index 2ea6b315d..c5cc32224 100644 --- a/Keycodes.md +++ b/Keycodes.md @@ -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|| |
