diff options
| author | 2023-12-20 15:46:06 +0800 | |
|---|---|---|
| committer | 2024-04-16 09:55:16 +0000 | |
| commit | 99f2c3c0fe535cfabe9d91a86261caa3eb3d46ff (patch) | |
| tree | a2965c76856edc06ad90fcc0acdd07ad82e58042 /include/input | |
| parent | b83e1d62aa30ce515fa208909b9c56b2abf81ed6 (diff) | |
Add mic mute keyboard led. (2/2)
Change-Id: I6e18c9d99d562aec112fc8ecb3d4e916285368c6
Test: Built
Diffstat (limited to 'include/input')
| -rw-r--r-- | include/input/InputDevice.h | 3 |
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 { |