diff options
Diffstat (limited to 'apps/plugins/sudoku.c')
| -rw-r--r-- | apps/plugins/sudoku.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/sudoku.c b/apps/plugins/sudoku.c index 5cdf686..4db3fd6 100644 --- a/apps/plugins/sudoku.c +++ b/apps/plugins/sudoku.c @@ -95,7 +95,8 @@ PLUGIN_HEADER #define SUDOKU_BUTTON_MENU BUTTON_MODE #define SUDOKU_BUTTON_POSSIBLE BUTTON_REC -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \ + (CONFIG_KEYPAD == IPOD_3G_PAD) #define SUDOKU_BUTTON_QUIT (BUTTON_SELECT | BUTTON_MENU) #define SUDOKU_BUTTON_UP BUTTON_SCROLL_BACK #define SUDOKU_BUTTON_DOWN BUTTON_SCROLL_FWD |