forked from len0rd/rockbox
Add 240x240 support to various plugins and rgnano manual updates
This should be all of the "standard" plugins (except sdl ones). Change-Id: Iacae3edcc69a136a9dd887f31ad6ca51a9b5aea4
This commit is contained in:
parent
a60c09c24c
commit
2aed517a07
25 changed files with 148 additions and 27 deletions
|
@ -472,6 +472,17 @@
|
|||
#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
|
||||
/* use touchscreen */
|
||||
|
||||
#elif CONFIG_KEYPAD == RG_NANO_PAD
|
||||
#define SUDOKU_BUTTON_QUIT BUTTON_START
|
||||
#define SUDOKU_BUTTON_UP BUTTON_UP
|
||||
#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
|
||||
#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
|
||||
#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
|
||||
#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_Y
|
||||
#define SUDOKU_BUTTON_TOGGLE BUTTON_A
|
||||
#define SUDOKU_BUTTON_MENU BUTTON_B
|
||||
#define SUDOKU_BUTTON_POSSIBLE BUTTON_X
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue