mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
Build chessbox for the X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9226 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f12a576dfc
commit
b1cd32913d
2 changed files with 3 additions and 3 deletions
|
|
@ -71,7 +71,7 @@ endif
|
||||||
|
|
||||||
# chessbox is too big to fit in the 32KB Archos plugin buffer, so we only
|
# chessbox is too big to fit in the 32KB Archos plugin buffer, so we only
|
||||||
# build for IRIVER and IPOD targets
|
# build for IRIVER and IPOD targets
|
||||||
ifneq (,$(strip $(foreach tgt,RECORDER ONDIO IRIVER IPOD GIGABEAT,$(findstring $(tgt),$(TARGET)))))
|
ifneq (,$(strip $(foreach tgt,RECORDER ONDIO IRIVER IPOD IAUDIO GIGABEAT,$(findstring $(tgt),$(TARGET)))))
|
||||||
ifneq (-DIRIVER_IFP7XX,$(TARGET))
|
ifneq (-DIRIVER_IFP7XX,$(TARGET))
|
||||||
SUBDIRS += chessbox
|
SUBDIRS += chessbox
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
|
|
@ -51,14 +51,14 @@ PLUGIN_HEADER
|
||||||
#define CB_QUIT (BUTTON_SELECT | BUTTON_MENU)
|
#define CB_QUIT (BUTTON_SELECT | BUTTON_MENU)
|
||||||
|
|
||||||
#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
|
#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
|
||||||
#define CB_SELECT BUTTON_MENU
|
#define CB_SELECT BUTTON_SELECT
|
||||||
#define CB_UP BUTTON_UP
|
#define CB_UP BUTTON_UP
|
||||||
#define CB_DOWN BUTTON_DOWN
|
#define CB_DOWN BUTTON_DOWN
|
||||||
#define CB_LEFT BUTTON_LEFT
|
#define CB_LEFT BUTTON_LEFT
|
||||||
#define CB_RIGHT BUTTON_RIGHT
|
#define CB_RIGHT BUTTON_RIGHT
|
||||||
#define CB_PLAY BUTTON_PLAY
|
#define CB_PLAY BUTTON_PLAY
|
||||||
#define CB_LEVEL BUTTON_REC
|
#define CB_LEVEL BUTTON_REC
|
||||||
#define CB_RESTART BUTTON_SELECT
|
#define CB_RESTART (BUTTON_SELECT | BUTTON_PLAY)
|
||||||
#define CB_QUIT BUTTON_POWER
|
#define CB_QUIT BUTTON_POWER
|
||||||
|
|
||||||
#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
|
#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue