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 092e02f458..0082f3ab31 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -113,6 +113,7 @@
113#define LYRE_PROTO1_PAD 37 113#define LYRE_PROTO1_PAD 37
114#define SAMSUNG_YH_PAD 38 114#define SAMSUNG_YH_PAD 38
115#define ONDAVX777_PAD 39 115#define ONDAVX777_PAD 39
116#define SAMSUNG_YPS3_PAD 40
116 117
117/* CONFIG_REMOTE_KEYPAD */ 118/* CONFIG_REMOTE_KEYPAD */
118#define H100_REMOTE 1 119#define H100_REMOTE 1
@@ -381,6 +382,8 @@ Lyre prototype 1*/
381#include "config-yh920.h" 382#include "config-yh920.h"
382#elif defined(SAMSUNG_YH925) 383#elif defined(SAMSUNG_YH925)
383#include "config-yh925.h" 384#include "config-yh925.h"
385#elif defined(SAMSUNG_YPS3)
386#include "config-yps3.h"
384#else 387#else
385/* no known platform */ 388/* no known platform */
386#endif 389#endif