diff options
author | Jean-Louis Biasini <jlbiasini@gmail.com> | 2012-03-16 16:41:07 +0100 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-10-27 09:24:57 -0400 |
commit | fb93c99ce8c7a2a8b50b163af6183b5fbb606623 (patch) | |
tree | 198543f07ad9a08f27dc38967df4a2e99fb1db54 /apps/plugins/SUBDIRS | |
parent | b8d35c042de327a7ac5b35496283cdc2ab22d991 (diff) | |
download | rockbox-fb93c99ce8c7a2a8b50b163af6183b5fbb606623.tar.gz rockbox-fb93c99ce8c7a2a8b50b163af6183b5fbb606623.zip |
Fuze+: add pdbox plugin
1) Set the compiler to include pdbox
2) Set the keymaps
Change-Id: I75cf9b57ac977f7c727a28a3ed6883f65c5bbb20
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r-- | apps/plugins/SUBDIRS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index c874927205..b1f19d2eac 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS | |||
@@ -74,7 +74,8 @@ mikmod | |||
74 | #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) || \ | 74 | #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) || \ |
75 | (CONFIG_KEYPAD == SANSA_FUZE_PAD) || (CONFIG_KEYPAD == SANSA_E200_PAD) || \ | 75 | (CONFIG_KEYPAD == SANSA_FUZE_PAD) || (CONFIG_KEYPAD == SANSA_E200_PAD) || \ |
76 | (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \ | 76 | (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \ |
77 | (CONFIG_KEYPAD == IPOD_1G2G_PAD || CONFIG_KEYPAD == SAMSUNG_YPR0_PAD) | 77 | (CONFIG_KEYPAD == IPOD_1G2G_PAD || CONFIG_KEYPAD == SAMSUNG_YPR0_PAD) || \ |
78 | (CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD) | ||
78 | /* PDBox is confirmed to run on these player models. */ | 79 | /* PDBox is confirmed to run on these player models. */ |
79 | pdbox | 80 | pdbox |
80 | #endif | 81 | #endif |