summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/input/keycodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/input/keycodes.h b/core/input/keycodes.h
index 8770f8abfa..92608aa6fa 100644
--- a/core/input/keycodes.h
+++ b/core/input/keycodes.h
@@ -191,9 +191,9 @@
// Apple Media Keys input module
#define MP_MK_BASE (MP_KEY_BASE+0xF0)
-#define MP_MK_PLAY (MP_AR_BASE + 0)
-#define MP_MK_PREV (MP_AR_BASE + 1)
-#define MP_MK_NEXT (MP_AR_BASE + 2)
+#define MP_MK_PLAY (MP_MK_BASE + 0)
+#define MP_MK_PREV (MP_MK_BASE + 1)
+#define MP_MK_NEXT (MP_MK_BASE + 2)
/* Special keys */
#define MP_KEY_INTERN (MP_KEY_BASE+0x1000)