-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sensors: Implement Single Tap Sensor
- This implements a modernized tap to wake sensor for devices that support it. - It is guarded by a SOONG variable hence to use it, a maintainer would have to configure it in the BoardConfig. - An example is as below: SOONG_CONFIG_NAMESPACES += SENSORS_XIAOMI SOONG_CONFIG_SENSORS_XIAOMI += USES_SINGLE_TAP_SENSOR SOONG_CONFIG_SENSORS_XIAOMI_USES_SINGLE_TAP_SENSOR := true Change-Id: I30d190d0f07ca2517826cc2263153ad39bacc204 Signed-off-by: Cyber Knight <[email protected]>
- Loading branch information
1 parent
0e6d85a
commit 73f753e
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters