From 2f84f699c0df4a82dfdcb2244e1c7bf4af99fc72 Mon Sep 17 00:00:00 2001 From: Vitja Makarov Date: Tue, 7 Oct 2008 16:38:28 +0000 Subject: IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet. IAUDIO7: Define MODEL_NAME in config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18730 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/sudoku/sudoku.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'apps/plugins/sudoku') diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h index fb64ef9..75230dd 100644 --- a/apps/plugins/sudoku/sudoku.h +++ b/apps/plugins/sudoku/sudoku.h @@ -186,6 +186,16 @@ #define SUDOKU_BUTTON_QUIT BUTTON_POWER #define SUDOKU_BUTTON_MENU BUTTON_MENU +#elif CONFIG_KEYPAD == IAUDIO67_PAD +#define SUDOKU_BUTTON_QUIT BUTTON_POWER +#define SUDOKU_BUTTON_UP BUTTON_STOP +#define SUDOKU_BUTTON_DOWN BUTTON_PLAY +#define SUDOKU_BUTTON_LEFT BUTTON_LEFT +#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT +#define SUDOKU_BUTTON_TOGGLE BUTTON_VOLUP +#define SUDOKU_BUTTON_MENU BUTTON_MENU +#define SUDOKU_BUTTON_POSSIBLE BUTTON_VOLDOWN + #else #error No keymap defined! #endif -- cgit v1.1