summaryrefslogtreecommitdiff
path: root/include/input/InputDevice.h
diff options
context:
space:
mode:
author Josep del Río <joseprio@google.com> 2024-05-03 18:48:57 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-05-03 18:48:57 +0000
commit4ccb32acfb26ce4c685b6ff886c6cb78c192fcba (patch)
treea1f46de37d6596263b1d32a3f7aee199e8d9e9f3 /include/input/InputDevice.h
parent69c245d9c49a565afefa41fb2edb98491e24b494 (diff)
parent99f2c3c0fe535cfabe9d91a86261caa3eb3d46ff (diff)
Merge "Add mic mute keyboard led. (2/2)" into main
Diffstat (limited to 'include/input/InputDevice.h')
-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 b6b41217d0..e93fe8c2dd 100644
--- a/include/input/InputDevice.h
+++ b/include/input/InputDevice.h
@@ -130,8 +130,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 {