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 eb58a44e2f..9f25eb97aa 100644
--- a/apps/plugins/chessbox/chessbox_pgn.h
+++ b/apps/plugins/chessbox/chessbox_pgn.h
@@ -396,6 +396,16 @@
396#define CB_LEVEL BUTTON_REC 396#define CB_LEVEL BUTTON_REC
397#define CB_MENU (BUTTON_MENU | BUTTON_REPEAT) 397#define CB_MENU (BUTTON_MENU | BUTTON_REPEAT)
398 398
399#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
400#define CB_SELECT BUTTON_SELECT
401#define CB_UP BUTTON_UP
402#define CB_DOWN BUTTON_DOWN
403#define CB_LEFT BUTTON_LEFT
404#define CB_RIGHT BUTTON_RIGHT
405#define CB_PLAY BUTTON_PLAYPAUSE
406#define CB_LEVEL BUTTON_BACK
407#define CB_MENU (BUTTON_PLAYPAUSE | BUTTON_REPEAT)
408
399#else 409#else
400#error No keymap defined! 410#error No keymap defined!
401#endif 411#endif