summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/keyboard_8042.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/keyboard_8042.c b/common/keyboard_8042.c
index ddce39973f..04488ab070 100644
--- a/common/keyboard_8042.c
+++ b/common/keyboard_8042.c
@@ -194,9 +194,8 @@ static const uint16_t button_scancodes[2][KEYBOARD_BUTTON_COUNT] = {
/* Set 1 */
{0xe05e, 0xe02e, 0xe030},
/* Set 2 */
- {0xe037, 0xe021, 0xe033},
+ {0xe037, 0xe021, 0xe032},
};
-BUILD_ASSERT(ARRAY_SIZE(button_scancodes[0]) == KEYBOARD_BUTTON_COUNT);
/*****************************************************************************/
/* Keyboard event log */