diff options
| -rw-r--r-- | firmware/export/config-h100.h | 2 | ||||
| -rw-r--r-- | firmware/export/config.h | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 0052b72..3c4b981 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -14,6 +14,8 @@ #define CONFIG_KEYPAD IRIVER_H100_PAD +#define CONFIG_REMOTE_KEYPAD H100_REMOTE + /* Define this if you do software codec */ #define CONFIG_HWCODEC MASNONE diff --git a/firmware/export/config.h b/firmware/export/config.h index a7ef70f..56001e3 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -46,6 +46,9 @@ #define IRIVER_H100_PAD 3 #define GMINI100_PAD 4 +/* CONFIG_REMOTE_KEYPAD */ +#define H100_REMOTE 0 + /* CONFIG_BATTERY */ #define BATT_LIION2200 2200 /* FM/V2 recorder type */ #define BATT_4AA_NIMH 1500 |