Skip to content

Commit

Permalink
[cec] Allow repeat delay to be increased higher
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed May 8, 2015
1 parent c36df87 commit c518545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/peripherals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<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="50" max="500" step="50" value="300" label="38050" order="16" />
<setting key="double_tap_timeout_ms" type="int" min="50" max="1000" step="50" value="300" label="38050" order="16" />
<setting key="button_repeat_rate_ms" type="int" min="0" max="250" step="10" value="0" label="38051" order="17" />
<setting key="button_release_delay_ms" type="int" min="0" max="500" step="50" value="0" label="38052" order="18" />
</peripheral>
Expand Down

0 comments on commit c518545

Please sign in to comment.