summaryrefslogtreecommitdiffstats
path: root/common/keycode.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-04-12 04:21:54 +0200
committertmk <nobody@nowhere>2013-04-12 04:25:59 +0200
commit09e1eded8ba15aa91c37d703c6a85a896741f19a (patch)
tree4555638ba356bcbe28baaa557516ba0a074845f6 /common/keycode.h
parentbe8ea3c0940aabb55281863743c7e7d31424c573 (diff)
downloadqmk_firmware-09e1eded8ba15aa91c37d703c6a85a896741f19a.tar.gz
qmk_firmware-09e1eded8ba15aa91c37d703c6a85a896741f19a.tar.xz
Add media eject key support from tufty
Diffstat (limited to 'common/keycode.h')
-rw-r--r--common/keycode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/keycode.h b/common/keycode.h
index aea630846..acbec07d2 100644
--- a/common/keycode.h
+++ b/common/keycode.h
@@ -140,6 +140,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define KC_MSTP KC_MEDIA_STOP
#define KC_MPLY KC_MEDIA_PLAY_PAUSE
#define KC_MSEL KC_MEDIA_SELECT
+#define KC_EJCT KC_MEDIA_EJECT
#define KC_MAIL KC_MAIL
#define KC_CALC KC_CALCULATOR
#define KC_MYCM KC_MY_COMPUTER
@@ -406,6 +407,7 @@ enum internal_special_keycodes {
KC_MEDIA_STOP,
KC_MEDIA_PLAY_PAUSE,
KC_MEDIA_SELECT,
+ KC_MEDIA_EJECT,
KC_MAIL,
KC_CALCULATOR,
KC_MY_COMPUTER,
@@ -415,7 +417,7 @@ enum internal_special_keycodes {
KC_WWW_FORWARD,
KC_WWW_STOP,
KC_WWW_REFRESH,
- KC_WWW_FAVORITES, /* 0xB9 */
+ KC_WWW_FAVORITES, /* 0xBA */
/* Fn key */
KC_FN0 = 0xC0,