From 56ddddc274cf3fbefba2f7f634ca4bcb48778883 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 23 Oct 2007 15:40:51 +0000 Subject: make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15282 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/chessclock.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'apps/plugins/chessclock.c') diff --git a/apps/plugins/chessclock.c b/apps/plugins/chessclock.c index 56d2709..439ebb1 100644 --- a/apps/plugins/chessclock.c +++ b/apps/plugins/chessclock.c @@ -140,6 +140,16 @@ PLUGIN_HEADER #define CHC_SETTINGS_OK BUTTON_PLAY #define CHC_SETTINGS_CANCEL BUTTON_POWER +#elif CONFIG_KEYPAD == MROBE500_PAD +#define CHC_QUIT BUTTON_POWER +#define CHC_STARTSTOP BUTTON_RC_PLAY +#define CHC_RESET BUTTON_RC_HEART +#define CHC_MENU BUTTON_RC_MODE +#define CHC_SETTINGS_INC BUTTON_RC_VOL_UP +#define CHC_SETTINGS_DEC BUTTON_RC_VOL_DOWN +#define CHC_SETTINGS_OK BUTTON_RC_PLAY +#define CHC_SETTINGS_CANCEL BUTTON_POWER + #endif -- cgit v1.1