summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox')
-rw-r--r--apps/plugins/chessbox/chessbox_pgn.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/chessbox/chessbox_pgn.h b/apps/plugins/chessbox/chessbox_pgn.h
index df90151522..eb58a44e2f 100644
--- a/apps/plugins/chessbox/chessbox_pgn.h
+++ b/apps/plugins/chessbox/chessbox_pgn.h
@@ -386,6 +386,16 @@
386#define CB_LEVEL BUTTON_REC 386#define CB_LEVEL BUTTON_REC
387#define CB_MENU (BUTTON_FUNC | BUTTON_REPEAT) 387#define CB_MENU (BUTTON_FUNC | BUTTON_REPEAT)
388 388
389#elif CONFIG_KEYPAD == MPIO_HD300_PAD
390#define CB_SELECT BUTTON_ENTER
391#define CB_UP BUTTON_UP
392#define CB_DOWN BUTTON_DOWN
393#define CB_LEFT BUTTON_REW
394#define CB_RIGHT BUTTON_FF
395#define CB_PLAY BUTTON_PLAY
396#define CB_LEVEL BUTTON_REC
397#define CB_MENU (BUTTON_MENU | BUTTON_REPEAT)
398
389#else 399#else
390#error No keymap defined! 400#error No keymap defined!
391#endif 401#endif