Add noise control touch configuration for Realme Buds T200

This commit is contained in:
NTeditor
2026-06-13 16:38:37 +02:00
committed by José Rebelo
parent 90725ad70e
commit 4a7ce22529
3 changed files with 6 additions and 2 deletions
@@ -72,7 +72,8 @@ public class RealmeBudsT200Coordinator extends OppoHeadphonesCoordinator {
TouchConfigValue.VOLUME_UP,
TouchConfigValue.VOLUME_DOWN,
TouchConfigValue.VOICE_ASSISTANT_REALME,
TouchConfigValue.GAME_MODE
TouchConfigValue.GAME_MODE,
TouchConfigValue.NOISE_CONTROL
);
put(Pair.create(TouchConfigSide.LEFT, TouchConfigType.TAP_2), options);
put(Pair.create(TouchConfigSide.LEFT, TouchConfigType.TAP_3), options);
@@ -25,6 +25,7 @@ public enum TouchConfigValue {
VOICE_ASSISTANT_REALME(0x04),
PREVIOUS(0x05),
NEXT(0x06),
NOISE_CONTROL(0x08),
GAME_MODE(0x11),
VOLUME_UP(0x0B),
VOLUME_DOWN(0x0C),