diff options
Diffstat (limited to 'apps/plugins/chessbox')
-rw-r--r-- | apps/plugins/chessbox/chessbox_pgn.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/chessbox/chessbox_pgn.h b/apps/plugins/chessbox/chessbox_pgn.h index 2ae27e901f..df90151522 100644 --- a/apps/plugins/chessbox/chessbox_pgn.h +++ b/apps/plugins/chessbox/chessbox_pgn.h | |||
@@ -323,6 +323,16 @@ | |||
323 | #define CB_LEVEL BUTTON_PLAYLIST | 323 | #define CB_LEVEL BUTTON_PLAYLIST |
324 | #define CB_MENU BUTTON_MENU | 324 | #define CB_MENU BUTTON_MENU |
325 | 325 | ||
326 | #elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD | ||
327 | #define CB_SELECT BUTTON_PLAY | ||
328 | #define CB_UP BUTTON_UP | ||
329 | #define CB_DOWN BUTTON_DOWN | ||
330 | #define CB_LEFT BUTTON_PREV | ||
331 | #define CB_RIGHT BUTTON_NEXT | ||
332 | #define CB_PLAY BUTTON_RIGHT | ||
333 | #define CB_LEVEL BUTTON_LEFT | ||
334 | #define CB_MENU BUTTON_MENU | ||
335 | |||
326 | #elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD | 336 | #elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD |
327 | #define CB_SELECT BUTTON_PLAY | 337 | #define CB_SELECT BUTTON_PLAY |
328 | #define CB_UP BUTTON_UP | 338 | #define CB_UP BUTTON_UP |