summaryrefslogtreecommitdiff
path: root/board/kappa/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kappa/board.c')
-rw-r--r--board/kappa/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/kappa/board.c b/board/kappa/board.c
index 8ebd0ee349..97644e78d8 100644
--- a/board/kappa/board.c
+++ b/board/kappa/board.c
@@ -94,8 +94,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,