summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author DingYong <dingyong2@lenovo.corp-partner.google.com> 2023-12-20 15:46:06 +0800
committer Josep del Rio <joseprio@google.com> 2024-04-16 09:55:16 +0000
commit99f2c3c0fe535cfabe9d91a86261caa3eb3d46ff (patch)
treea2965c76856edc06ad90fcc0acdd07ad82e58042 /include
parentb83e1d62aa30ce515fa208909b9c56b2abf81ed6 (diff)
Add mic mute keyboard led. (2/2)
Change-Id: I6e18c9d99d562aec112fc8ecb3d4e916285368c6 Test: Built
Diffstat (limited to 'include')
-rw-r--r--include/input/InputDevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/input/InputDevice.h b/include/input/InputDevice.h
index 57b659d9ee..663c0c4bcb 100644
--- a/include/input/InputDevice.h
+++ b/include/input/InputDevice.h
@@ -128,8 +128,9 @@ enum class InputDeviceLightType : int32_t {
INPUT = 0,
PLAYER_ID = 1,
KEYBOARD_BACKLIGHT = 2,
+ KEYBOARD_MIC_MUTE = 3,
- ftl_last = KEYBOARD_BACKLIGHT
+ ftl_last = KEYBOARD_MIC_MUTE
};
enum class InputDeviceLightCapability : uint32_t {