diff options
| author | 2024-11-12 00:18:11 +0000 | |
|---|---|---|
| committer | 2024-11-12 00:18:11 +0000 | |
| commit | 7959a20afff9980f443a65e94de7a15fff4d444e (patch) | |
| tree | e82e962d300043dc2e04af72bdb841fd775c752b /include/input | |
| parent | b3131e4b4bc4772aaee381f6679f9cf54e2e57f8 (diff) | |
| parent | ffe24ccf66d9179847323e6dfa301b75ee06f2b4 (diff) | |
Merge "Add keyboard volume mute LED. (2/2) (cherry picked from https://partner-android-review.googlesource.com/q/commit:80f60ec95afc0c5995647aa19f87b5389f656c25)" into main
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 6a248ef188..6b45dd39dc 100644 --- a/include/input/InputDevice.h +++ b/include/input/InputDevice.h @@ -131,8 +131,9 @@ enum class InputDeviceLightType : int32_t { PLAYER_ID = 1, KEYBOARD_BACKLIGHT = 2, KEYBOARD_MIC_MUTE = 3, + KEYBOARD_VOLUME_MUTE = 4, - ftl_last = KEYBOARD_MIC_MUTE + ftl_last = KEYBOARD_VOLUME_MUTE }; enum class InputDeviceLightCapability : uint32_t { |