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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 14664257bf..e362000c18 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -168,6 +168,12 @@
168#define SONY_NWZA860_PAD 64 /* The NWZ-A860 is too different (touchscreen) */ 168#define SONY_NWZA860_PAD 64 /* The NWZ-A860 is too different (touchscreen) */
169#define AGPTEK_ROCKER_PAD 65 169#define AGPTEK_ROCKER_PAD 65
170 170
171/* CONFIG_POWER_SAVE combinable bit flags*/
172#define POWERSV_CPU 0x1
173#define POWERSV_I2C 0x2
174#define POWERSV_DISK 0x4
175#define POWERSV_DISP 0x8
176
171/* CONFIG_REMOTE_KEYPAD */ 177/* CONFIG_REMOTE_KEYPAD */
172#define H100_REMOTE 1 178#define H100_REMOTE 1
173#define H300_REMOTE 2 179#define H300_REMOTE 2