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 f98ccbd853..abe815d70d 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -165,6 +165,7 @@
165#define SAMSUNG_YPR1_PAD 61 165#define SAMSUNG_YPR1_PAD 61
166#define SAMSUNG_YH92X_PAD 62 166#define SAMSUNG_YH92X_PAD 62
167#define DX50_PAD 63 167#define DX50_PAD 63
168#define SONY_NWZA860_PAD 64 /* The NWZ-A860 is too different (touchscreen) */
168 169
169/* CONFIG_REMOTE_KEYPAD */ 170/* CONFIG_REMOTE_KEYPAD */
170#define H100_REMOTE 1 171#define H100_REMOTE 1
@@ -594,6 +595,8 @@ Lyre prototype 1 */
594#include "config/sonynwa20.h" 595#include "config/sonynwa20.h"
595#elif defined(SONY_NWZE470) 596#elif defined(SONY_NWZE470)
596#include "config/sonynwze470.h" 597#include "config/sonynwze470.h"
598#elif defined(SONY_NWZA860)
599#include "config/sonynwza860.h"
597#else 600#else
598/* no known platform */ 601/* no known platform */
599#endif 602#endif