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 3a7328315b..52cb79bdae 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -130,6 +130,7 @@
130#define MPIO_HD200_PAD 44 130#define MPIO_HD200_PAD 44
131#define ANDROID_PAD 45 131#define ANDROID_PAD 45
132#define SDL_PAD 46 132#define SDL_PAD 46
133#define MPIO_HD300_PAD 47
133 134
134/* CONFIG_REMOTE_KEYPAD */ 135/* CONFIG_REMOTE_KEYPAD */
135#define H100_REMOTE 1 136#define H100_REMOTE 1
@@ -428,6 +429,8 @@ Lyre prototype 1 */
428#include "config/vibe500.h" 429#include "config/vibe500.h"
429#elif defined(MPIO_HD200) 430#elif defined(MPIO_HD200)
430#include "config/mpiohd200.h" 431#include "config/mpiohd200.h"
432#elif defined(MPIO_HD300)
433#include "config/mpiohd300.h"
431 434
432#elif defined(APPLICATION) 435#elif defined(APPLICATION)
433#include "config/application.h" 436#include "config/application.h"