summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku/sudoku.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sudoku/sudoku.h')
-rw-r--r--apps/plugins/sudoku/sudoku.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index dc29594223..ba476b4b55 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -380,6 +380,16 @@
380#define SUDOKU_BUTTON_POSSIBLE (BUTTON_POWER | BUTTON_SELECT) 380#define SUDOKU_BUTTON_POSSIBLE (BUTTON_POWER | BUTTON_SELECT)
381#define SUDOKU_BUTTON_ALTTOGGLE BUTTON_SELECT 381#define SUDOKU_BUTTON_ALTTOGGLE BUTTON_SELECT
382 382
383
384#elif CONFIG_KEYPAD == SONY_NWZ_PAD
385#define SUDOKU_BUTTON_MENU BUTTON_BACK
386#define SUDOKU_BUTTON_UP BUTTON_UP
387#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
388#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
389#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
390#define SUDOKU_BUTTON_TOGGLE BUTTON_PLAY
391#define SUDOKU_BUTTON_POSSIBLE BUTTON_POWER
392
383#else 393#else
384#error No keymap defined! 394#error No keymap defined!
385#endif 395#endif