summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku/sudoku.h
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2010-04-26 21:40:00 +0000
committerMarcin Bukat <marcin.bukat@gmail.com>2010-04-26 21:40:00 +0000
commitb09d3aec392538ca0934644ff6357c41aaa4c323 (patch)
tree0603cf4ef59e84ee4e0c172e3b418d8dccac664c /apps/plugins/sudoku/sudoku.h
parentfa5cd0d3bf744f75be0593a7e2c2083810f16c21 (diff)
downloadrockbox-b09d3aec392538ca0934644ff6357c41aaa4c323.tar.gz
rockbox-b09d3aec392538ca0934644ff6357c41aaa4c323.zip
Add MPIO HD200 port - changed files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25724 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/sudoku/sudoku.h')
-rw-r--r--apps/plugins/sudoku/sudoku.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index 63e0718c70..8974bd8768 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -281,6 +281,15 @@
281#define SUDOKU_BUTTON_MENU BUTTON_MENU 281#define SUDOKU_BUTTON_MENU BUTTON_MENU
282#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY 282#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
283 283
284#elif CONFIG_KEYPAD == MPIO_HD200_PAD
285#define SUDOKU_BUTTON_MENU BUTTON_REC
286#define SUDOKU_BUTTON_LEFT BUTTON_VOL_DOWN
287#define SUDOKU_BUTTON_RIGHT BUTTON_VOL_UP
288#define SUDOKU_BUTTON_CHANGEDIR BUTTON_SELECT
289#define SUDOKU_BUTTON_TOGGLE BUTTON_NEXT
290#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_PREV
291#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
292
284#else 293#else
285#error No keymap defined! 294#error No keymap defined!
286#endif 295#endif