mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
* Fix plugin keymaps for VX777
* Enable plugins for VX777 * Fix VX777 simulator All done by Aaron DeMille. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22576 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a56199c49e
commit
9680244f4a
58 changed files with 171 additions and 17 deletions
|
@ -248,6 +248,9 @@
|
|||
#define SUDOKU_BUTTON_QUIT BUTTON_POWER
|
||||
#define SUDOKU_BUTTON_MENU BUTTON_MENU
|
||||
|
||||
#elif (CONFIG_KEYPAD == ONDAVX777_PAD)
|
||||
#define SUDOKU_BUTTON_QUIT BUTTON_POWER
|
||||
|
||||
#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
|
||||
#define SUDOKU_BUTTON_QUIT BUTTON_REC
|
||||
#define SUDOKU_BUTTON_UP BUTTON_UP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue