summaryrefslogtreecommitdiff
path: root/board/jinlon/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/jinlon/board.h')
-rw-r--r--board/jinlon/board.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/jinlon/board.h b/board/jinlon/board.h
index 34200c41be..9f831006ad 100644
--- a/board/jinlon/board.h
+++ b/board/jinlon/board.h
@@ -172,6 +172,12 @@ enum battery_type {
BATTERY_TYPE_COUNT,
};
+
+#define PD_OPERATING_POWER_MW 15000
+#define PD_MAX_POWER_MW 60000
+#define PD_MAX_CURRENT_MA 3000
+#define PD_MAX_VOLTAGE_MV 20000
+
#ifdef CONFIG_KEYBOARD_FACTORY_TEST
extern const int keyboard_factory_scan_pins[][2];
extern const int keyboard_factory_scan_pins_used;