diff options
-rw-r--r-- | board/anahera/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/anahera/keyboard.c b/board/anahera/keyboard.c index 90ae3e43b5..90506163d9 100644 --- a/board/anahera/keyboard.c +++ b/board/anahera/keyboard.c @@ -20,7 +20,7 @@ __override struct keyboard_scan_config keyscan_config = { .min_post_scan_delay_us = 1000, .poll_timeout_us = 100 * MSEC, .actual_key_mask = { - 0x14, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, + 0x1c, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xa4, 0xff, 0xfe, 0x55, 0xfa, 0xca /* full set */ }, }; |