summaryrefslogtreecommitdiff
path: root/board/damu/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/damu/board.h')
-rw-r--r--board/damu/board.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/damu/board.h b/board/damu/board.h
index 8399a19b81..8e45ebc3e6 100644
--- a/board/damu/board.h
+++ b/board/damu/board.h
@@ -81,6 +81,14 @@
(EC_HOST_EVENT_MASK(EC_HOST_EVENT_LID_OPEN) |\
EC_HOST_EVENT_MASK(EC_HOST_EVENT_POWER_BUTTON))
+#define CONFIG_IO_EXPANDER
+#define CONFIG_IO_EXPANDER_IT8801
+#define CONFIG_IO_EXPANDER_PORT_COUNT 1
+#define CONFIG_KEYBOARD_DEBUG
+#define CONFIG_KEYBOARD_NOT_RAW
+#define CONFIG_KEYBOARD_BOARD_CONFIG
+#define CONFIG_KEYBOARD_COL2_INVERTED
+
#define PD_OPERATING_POWER_MW 30000
#ifndef __ASSEMBLER__