1
0
Fork 0
forked from len0rd/rockbox

MPIO HD200: rename button defines to adhere how they are labeled on the device.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28443 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcin Bukat 2010-11-02 10:44:34 +00:00
parent f7bcb66e67
commit 59ba8fea22
53 changed files with 244 additions and 244 deletions

View file

@ -285,9 +285,9 @@
#define SUDOKU_BUTTON_MENU BUTTON_REC
#define SUDOKU_BUTTON_LEFT BUTTON_VOL_DOWN
#define SUDOKU_BUTTON_RIGHT BUTTON_VOL_UP
#define SUDOKU_BUTTON_CHANGEDIR BUTTON_SELECT
#define SUDOKU_BUTTON_TOGGLE BUTTON_NEXT
#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_PREV
#define SUDOKU_BUTTON_CHANGEDIR BUTTON_FUNC
#define SUDOKU_BUTTON_TOGGLE BUTTON_FF
#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_REW
#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
#else