From 41ee9e33041dd2020e7ee3c44b81cef538b6592f Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Mon, 15 Jan 2007 20:40:48 +0000 Subject: FS#6539 - Thanks to Tom Ross Add Jewels, Spacerocks, Wormlet, Rockboy and Sudoku for the e200. Also Includes manual changes for plugins. Add X5 keymappings for wormlet to the manual. Add help text for Jewels on the H10 and give a warning if help text is not defined. Fix bug in spacerocks lives drawing on large screens (larger than Ondio). Change spacerocks comments to C style. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12018 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/rockboy/rockboy.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/plugins/rockboy/rockboy.c') diff --git a/apps/plugins/rockboy/rockboy.c b/apps/plugins/rockboy/rockboy.c index cce0f8c863..d7dd4d8898 100644 --- a/apps/plugins/rockboy/rockboy.c +++ b/apps/plugins/rockboy/rockboy.c @@ -129,6 +129,13 @@ void setoptions (void) options.START=BUTTON_POWER; options.SELECT=BUTTON_SELECT; options.MENU=BUTTON_MENU; + +#elif CONFIG_KEYPAD == SANSA_E200_PAD + options.A=BUTTON_SELECT; + options.B=BUTTON_REC; + options.START=BUTTON_SCROLL_UP; + options.SELECT=BUTTON_SCROLL_DOWN; + options.MENU=BUTTON_POWER; #endif options.maxskip=4; -- cgit v1.2.3