diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2012-05-19 16:09:46 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2012-05-19 16:10:52 +0200 |
commit | 12c64a4b79e043d8e8d77a278b340310f867a588 (patch) | |
tree | b34b56131d6eb0e06340a8a6d7e32843027d0f59 /apps/SOURCES | |
parent | e09c1e3d43665d04ae0ce2f288ba695b5abc3622 (diff) | |
download | rockbox-12c64a4b79e043d8e8d77a278b340310f867a588.tar.gz rockbox-12c64a4b79e043d8e8d77a278b340310f867a588.tar.bz2 rockbox-12c64a4b79e043d8e8d77a278b340310f867a588.zip |
Initial commit for the Creative ZEN X-Fi2 and X-Fi3 ports
These are really similar devices so one commit for both is ok.
Change-Id: I8bd1d3fef1eb6d00aaadfb7af56c771f62d0c9c3
Diffstat (limited to 'apps/SOURCES')
-rw-r--r-- | apps/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 1fe66f93a3..8749c36c87 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -236,6 +236,10 @@ keymaps/keymap-meizu-m6sp.c keymaps/keymap-creativezvm.c #elif CONFIG_KEYPAD == CREATIVEZV_PAD keymaps/keymap-creativezv.c +#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD +keymaps/keymap-zenxfi2.c +#elif CONFIG_KEYPAD == CREATIVE_ZENXFI3_PAD +keymaps/keymap-zenxfi3.c #elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD keymaps/keymap-sa9200.c #elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD |