diff options
| author | 2024-05-03 18:48:57 +0000 | |
|---|---|---|
| committer | 2024-05-03 18:48:57 +0000 | |
| commit | 4ccb32acfb26ce4c685b6ff886c6cb78c192fcba (patch) | |
| tree | a1f46de37d6596263b1d32a3f7aee199e8d9e9f3 /include/input/InputDevice.h | |
| parent | 69c245d9c49a565afefa41fb2edb98491e24b494 (diff) | |
| parent | 99f2c3c0fe535cfabe9d91a86261caa3eb3d46ff (diff) | |
Merge "Add mic mute keyboard led. (2/2)" into main
Diffstat (limited to 'include/input/InputDevice.h')
| -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 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 { |