summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sudoku')
-rw-r--r--apps/plugins/sudoku/sudoku.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index de3802d9bc..6ee3eb33ee 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -459,6 +459,17 @@
459#define SUDOKU_BUTTON_MENU (BUTTON_MENU | BUTTON_REL) 459#define SUDOKU_BUTTON_MENU (BUTTON_MENU | BUTTON_REL)
460#define SUDOKU_BUTTON_POSSIBLE BUTTON_BACK 460#define SUDOKU_BUTTON_POSSIBLE BUTTON_BACK
461 461
462#elif CONFIG_KEYPAD == FIIO_M3K_PAD
463#define SUDOKU_BUTTON_QUIT BUTTON_POWER
464#define SUDOKU_BUTTON_UP BUTTON_UP
465#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
466#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
467#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
468#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_VOL_DOWN
469#define SUDOKU_BUTTON_TOGGLE BUTTON_VOL_UP
470#define SUDOKU_BUTTON_MENU BUTTON_MENU
471#define SUDOKU_BUTTON_POSSIBLE BUTTON_BACK
472
462#else 473#else
463#error No keymap defined! 474#error No keymap defined!
464#endif 475#endif