summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/damu/board.c4
-rw-r--r--board/damu/board.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/board/damu/board.c b/board/damu/board.c
index 278c76727a..19d3dbed00 100644
--- a/board/damu/board.c
+++ b/board/damu/board.c
@@ -97,8 +97,8 @@ struct keyboard_scan_config keyscan_config = {
.output_settle_us = 35,
.debounce_down_us = 5 * MSEC,
.debounce_up_us = 40 * MSEC,
- .scan_period_us = 3 * MSEC,
- .min_post_scan_delay_us = 1000,
+ .scan_period_us = 10 * MSEC,
+ .min_post_scan_delay_us = 10 * MSEC,
.poll_timeout_us = 100 * MSEC,
.actual_key_mask = {
0x14, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff,
diff --git a/board/damu/board.h b/board/damu/board.h
index c1c74cdc27..64d0702fa9 100644
--- a/board/damu/board.h
+++ b/board/damu/board.h
@@ -39,7 +39,7 @@
#undef I2C_BITBANG_PORT_COUNT
#define I2C_BITBANG_PORT_COUNT 1
#undef CONFIG_I2C_NACK_RETRY_COUNT
-#define CONFIG_I2C_NACK_RETRY_COUNT 3
+#define CONFIG_I2C_NACK_RETRY_COUNT 10
#define CONFIG_SMBUS_PEC
#define CONFIG_USB_PD_TCPM_FUSB302