diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-06-02 20:15:44 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-06-02 20:15:44 +0000 |
| commit | ef57475f14a3dfb75d3876de6d31eed36cb0c488 (patch) | |
| tree | 815ebc38b0bafb90b45bf07f48ca0272e267b5cc /apps/plugins/SUBDIRS | |
| parent | b467fb9c6b2f65f000365f87103cc43c78d8d356 (diff) | |
| download | rockbox-ef57475f14a3dfb75d3876de6d31eed36cb0c488.zip rockbox-ef57475f14a3dfb75d3876de6d31eed36cb0c488.tar.gz rockbox-ef57475f14a3dfb75d3876de6d31eed36cb0c488.tar.bz2 rockbox-ef57475f14a3dfb75d3876de6d31eed36cb0c488.tar.xz | |
pdbox: add fuze keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26489 a1c6a512-1295-4272-9138-f99709370657
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 b74d3fa..1d0bfe9 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -73,7 +73,8 @@ midi #endif /* beatbox */ -#if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) +#if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) \ + || CONFIG_KEYPAD == SANSA_FUZE_PAD /* PDBox is confirmed to run on these player models. */ pdbox #endif |