summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-03 18:17:11 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-09 12:41:18 -0400
commitaabc8aca47e60cf745a34af28c50679fcb967910 (patch)
treecfe17f546aae9785fb13482f39527e2da0597ccb /firmware/export/config.h
parent4231c2c83f2b5331e3e38b10a308ee3752315f9c (diff)
downloadrockbox-aabc8aca47e60cf745a34af28c50679fcb967910.tar.gz
rockbox-aabc8aca47e60cf745a34af28c50679fcb967910.zip
New port: FiiO M3K
Most credit goes to: Roman Skylarov Additional integration and refactoring by myself. *** COMPLETELY UNTESTED *** Change-Id: Ia64c36d92e0214c6b15f7a868df286f8113ea27b
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 7c57d9a120..a9753e3cf8 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -161,6 +161,7 @@
161#define IHIFI_800_PAD 68 161#define IHIFI_800_PAD 68
162#define XDUOO_X3II_PAD 69 162#define XDUOO_X3II_PAD 69
163#define XDUOO_X20_PAD 70 163#define XDUOO_X20_PAD 70
164#define FIIO_M3K_PAD 71
164 165
165/* CONFIG_REMOTE_KEYPAD */ 166/* CONFIG_REMOTE_KEYPAD */
166#define H100_REMOTE 1 167#define H100_REMOTE 1
@@ -599,6 +600,8 @@ Lyre prototype 1 */
599#include "config/xduoox3ii.h" 600#include "config/xduoox3ii.h"
600#elif defined(XDUOO_X20) 601#elif defined(XDUOO_X20)
601#include "config/xduoox20.h" 602#include "config/xduoox20.h"
603#elif defined(FIIO_M3K)
604#include "config/fiiom3k.h"
602#else 605#else
603//#error "unknown hwardware platform!" 606//#error "unknown hwardware platform!"
604#endif 607#endif