diff options
author | popcornmix <popcornmix@gmail.com> | 2018-01-29 12:00:00 +0100 |
---|---|---|
committer | popcornmix <popcornmix@gmail.com> | 2018-01-29 12:00:00 +0100 |
commit | a4a87e9c788ad3664cc5b9628cd11381fda4cf19 (patch) | |
tree | 67149f6db3a7f883af67ad439b85a16ce47a0fc4 /system/peripherals.xml | |
parent | cd238df64b2bc1259a5b6e96dcff492c6b77efbf (diff) |
[cec] Add settings for configuring button repeats
Diffstat (limited to 'system/peripherals.xml')
-rw-r--r-- | system/peripherals.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/peripherals.xml b/system/peripherals.xml index a3e3193f6a..ff303e99ae 100644 --- a/system/peripherals.xml +++ b/system/peripherals.xml @@ -31,7 +31,9 @@ <setting key="device_type" type="int" value="1" configurable="0" /> <setting key="wake_devices_advanced" type="string" value="" configurable="0" /> <setting key="standby_devices_advanced" type="string" value="" configurable="0" /> - <setting key="double_tap_timeout_ms" type="int" min="0" value="300" configurable="0" /> + <setting key="double_tap_timeout_ms" type="int" min="50" max="1000" step="50" value="300" label="36047" order="16" /> + <setting key="button_repeat_rate_ms" type="int" min="0" max="250" step="10" value="0" label="36048" order="17" /> + <setting key="button_release_delay_ms" type="int" min="0" max="500" step="50" value="0" label="36049" order="18" /> </peripheral> <peripheral vendor_product="2548:1001,2548:1002" bus="usb" name="Pulse-Eight CEC Adapter" mapTo="cec"> |