summaryrefslogtreecommitdiff
path: root/board/eve/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/eve/board.c')
-rw-r--r--board/eve/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/eve/board.c b/board/eve/board.c
index df95551535..46260c0672 100644
--- a/board/eve/board.c
+++ b/board/eve/board.c
@@ -487,9 +487,9 @@ static void board_init(void)
if (board_get_version() == 4) {
/* Set F13 to new defined key on EVT */
CPRINTS("Overriding F13 scan code");
- scancode_set2[3][9] = 0xe007;
+ scancode_set2[9][3] = 0xe007;
#ifdef CONFIG_KEYBOARD_DEBUG
- keycap_label[3][9] = KLLI_F13;
+ keycap_label[9][3] = KLLI_F13;
#endif
}
#endif