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 0d3574447a..64cf3a5383 100644
--- a/apps/plugins/chessbox/chessbox_pgn.h
+++ b/apps/plugins/chessbox/chessbox_pgn.h
@@ -356,6 +356,16 @@
356#define CB_LEVEL (BUTTON_FFWD|BUTTON_UP) 356#define CB_LEVEL (BUTTON_FFWD|BUTTON_UP)
357#define CB_MENU (BUTTON_FFWD|BUTTON_LEFT) 357#define CB_MENU (BUTTON_FFWD|BUTTON_LEFT)
358 358
359#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
360#define CB_SELECT BUTTON_OK
361#define CB_UP BUTTON_UP
362#define CB_DOWN BUTTON_DOWN
363#define CB_LEFT BUTTON_PREV
364#define CB_RIGHT BUTTON_NEXT
365#define CB_PLAY BUTTON_PLAY
366#define CB_LEVEL BUTTON_CANCEL
367#define CB_MENU BUTTON_MENU
368
359#else 369#else
360#error No keymap defined! 370#error No keymap defined!
361#endif 371#endif