From 0aa67e641dbede6bf41321c0b7a5e1630c66794b Mon Sep 17 00:00:00 2001 From: Zhuohao Lee Date: Mon, 8 Jun 2020 14:23:25 +0800 Subject: palkia: remap Fn, Win key to Ctrl and Alt respectively As we change the Fn, Win key to Ctrl and Alt on the EVT board, we need to modify the EC key scancode matrix. Besides, this patch also removes the CONFIG_KEYBOARD_DEBUG from the board.h. It is unnecessary to keep the keyboard debug log now. BUG=b:158435931 TEST=evtest, check the key event Change-Id: I31891117e14077d9d9bd51f8f9a52f6c7dae859f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2234056 Reviewed-by: Jett Rink Tested-by: Zhuohao Lee Commit-Queue: Zhuohao Lee --- board/palkia/board.h | 1 - 1 file changed, 1 deletion(-) (limited to 'board/palkia/board.h') diff --git a/board/palkia/board.h b/board/palkia/board.h index 1112449fcf..6164e872c1 100644 --- a/board/palkia/board.h +++ b/board/palkia/board.h @@ -25,7 +25,6 @@ /* Keyboard features */ #define CONFIG_PWM_KBLIGHT #define CONFIG_KEYBOARD_CUSTOMIZATION -#define CONFIG_KEYBOARD_DEBUG /* Enable board_config_pre_init() */ #define CONFIG_BOARD_PRE_INIT -- cgit v1.2.1