From 09e1eded8ba15aa91c37d703c6a85a896741f19a Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 12 Apr 2013 11:21:54 +0900 Subject: Add media eject key support from tufty --- common/keycode.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/keycode.h') 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 . #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, -- cgit v1.2.3-24-g4f1b