summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2018-11-05 13:01:55 +0100
committerSolomon Peachy <pizza@shaftnet.org>2020-04-06 18:15:41 +0200
commit180cef835bf40d0081895773aaa637ac926bb0ac (patch)
tree48c380d76c0ea40931cb5e863b40fc5dfa1ecba4 /firmware/export/config.h
parentced3a20aacf26642ccc3ffd136f64247c67e5769 (diff)
downloadrockbox-180cef835bf40d0081895773aaa637ac926bb0ac.tar.gz
rockbox-180cef835bf40d0081895773aaa637ac926bb0ac.zip
xDuoo X3II and X20 port
Provided by Roman Stolyarov Integration, Refactoring, and Upstreaming by Solomon Peachy X3II confirmed working by forum tester, X20 is nearly identical. This includes bootloader, main firmware, and the flash image patcher. Eventual Todo: * Further refactor AGPTek Rocker & xduoo hiby bootloaders * Further refactor AGPTek Rocker & xduoo hosted platform code Change-Id: I34a674051d368efcc75d1d18c725971fe46c3eee
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index a41cceff59..c55d489c26 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -171,6 +171,8 @@
171#define XDUOO_X3_PAD 66 171#define XDUOO_X3_PAD 66
172#define IHIFI_770_PAD 67 172#define IHIFI_770_PAD 67
173#define IHIFI_800_PAD 68 173#define IHIFI_800_PAD 68
174#define XDUOO_X3II_PAD 69
175#define XDUOO_X20_PAD 70
174 176
175/* CONFIG_REMOTE_KEYPAD */ 177/* CONFIG_REMOTE_KEYPAD */
176#define H100_REMOTE 1 178#define H100_REMOTE 1
@@ -624,6 +626,10 @@ Lyre prototype 1 */
624#include "config/agptekrocker.h" 626#include "config/agptekrocker.h"
625#elif defined(XDUOO_X3) 627#elif defined(XDUOO_X3)
626#include "config/xduoox3.h" 628#include "config/xduoox3.h"
629#elif defined(XDUOO_X3II)
630#include "config/xduoox3ii.h"
631#elif defined(XDUOO_X20)
632#include "config/xduoox20.h"
627#else 633#else
628/* no known platform */ 634/* no known platform */
629#endif 635#endif