summary refs log tree commit diff
path: root/common/keycode.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-04-12 11:21:54 +0900
committertmk <nobody@nowhere>2013-04-12 11:25:59 +0900
commit09e1eded8ba15aa91c37d703c6a85a896741f19a (patch)
tree4555638ba356bcbe28baaa557516ba0a074845f6 /common/keycode.h
parentbe8ea3c0940aabb55281863743c7e7d31424c573 (diff)
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 aea630846b..acbec07d20 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,