summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox_pgn.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox/chessbox_pgn.h')
-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 64cf3a5383..ee28a4fd55 100644
--- a/apps/plugins/chessbox/chessbox_pgn.h
+++ b/apps/plugins/chessbox/chessbox_pgn.h
@@ -366,6 +366,16 @@
366#define CB_LEVEL BUTTON_CANCEL 366#define CB_LEVEL BUTTON_CANCEL
367#define CB_MENU BUTTON_MENU 367#define CB_MENU BUTTON_MENU
368 368
369#elif CONFIG_KEYPAD == MPIO_HD200_PAD
370#define CB_SELECT BUTTON_SELECT
371#define CB_UP BUTTON_PREV
372#define CB_DOWN BUTTON_NEXT
373#define CB_LEFT BUTTON_VOL_DOWN
374#define CB_RIGHT BUTTON_VOL_UP
375#define CB_PLAY BUTTON_PLAY
376#define CB_LEVEL BUTTON_REC
377#define CB_MENU (BUTTON_SELECT | BUTTON_REPEAT)
378
369#else 379#else
370#error No keymap defined! 380#error No keymap defined!
371#endif 381#endif