diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2020-02-15 16:54:53 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:49:34 +0300 |
commit | 64915010ce507ebe499c76f52ac5494ea8299856 (patch) | |
tree | e61878856590624cd45dfdc6d0d8222b9427a583 | |
parent | 5bff5da2eb0fefe1d92a12ddb2a7c0bf29d4a8e9 (diff) |
sdm660-common: Use fingerprint sensor as home key
Change-Id: Ie2064d2aa489da469c3e746842235564793d6a56
-rw-r--r-- | keylayout/uinput-fpc.kl | 2 | ||||
-rw-r--r-- | keylayout/uinput-goodix.kl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keylayout/uinput-fpc.kl b/keylayout/uinput-fpc.kl index d74c6a1..f3a204f 100644 --- a/keylayout/uinput-fpc.kl +++ b/keylayout/uinput-fpc.kl @@ -9,7 +9,7 @@ # #key 96 DPAD_CENTER -#key 102 HOME +key 102 HOME VIRTUAL #key 105 DPAD_LEFT #key 106 DPAD_RIGHT diff --git a/keylayout/uinput-goodix.kl b/keylayout/uinput-goodix.kl index 9f9c65c..3817a78 100644 --- a/keylayout/uinput-goodix.kl +++ b/keylayout/uinput-goodix.kl @@ -9,6 +9,6 @@ # #key 96 DPAD_CENTER #key 96 DPAD_CENTER -#key 102 HOME +key 102 HOME VIRTUAL #key 105 DPAD_LEFT #key 106 DPAD_RIGHT |