summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
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 a9753e3cf8..7e8d751090 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -162,6 +162,7 @@
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#define FIIO_M3K_PAD 71
165#define EROSQ_PAD 72
165 166
166/* CONFIG_REMOTE_KEYPAD */ 167/* CONFIG_REMOTE_KEYPAD */
167#define H100_REMOTE 1 168#define H100_REMOTE 1
@@ -602,6 +603,8 @@ Lyre prototype 1 */
602#include "config/xduoox20.h" 603#include "config/xduoox20.h"
603#elif defined(FIIO_M3K) 604#elif defined(FIIO_M3K)
604#include "config/fiiom3k.h" 605#include "config/fiiom3k.h"
606#elif defined(EROS_Q)
607#include "config/aigoerosq.h"
605#else 608#else
606//#error "unknown hwardware platform!" 609//#error "unknown hwardware platform!"
607#endif 610#endif