mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-09 19:42:48 +00:00
fix: chentry disables unrelated settings, fixes #8
This commit is contained in:
@@ -34,16 +34,20 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend><label><input type="checkbox" use:setting={{id: 12}} />Character Entry</label></legend>
|
<legend>Character Entry</legend>
|
||||||
{#if $serialPort.device === "LITE"}
|
{#if $serialPort.device === "LITE"}
|
||||||
<label>Swap Keymap 0 and 1<input type="checkbox" use:setting={{id: 13}} /></label>
|
<label>Swap Keymap 0 and 1<input type="checkbox" use:setting={{id: 13}} /></label>
|
||||||
{/if}
|
{/if}
|
||||||
<label
|
<label>
|
||||||
>Key Scan Rate<span class="unit"><input type="number" use:setting={{id: 14, inverse: 1000}} />Hz</span
|
Character Entry (chentry)
|
||||||
></label
|
<input type="checkbox" use:setting={{id: 12}} />
|
||||||
|
</label>
|
||||||
|
<label>
|
||||||
|
Key Scan Rate
|
||||||
|
<span class="unit"><input type="number" use:setting={{id: 14, inverse: 1000}} />Hz</span></label
|
||||||
>
|
>
|
||||||
<label
|
<label>
|
||||||
>Key Debounce Press<span class="unit"><input type="number" use:setting={{id: 15}} />ms</span></label
|
Key Debounce Press<span class="unit"><input type="number" use:setting={{id: 15}} />ms</span></label
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
>Key Debounce Release<span class="unit"><input type="number" use:setting={{id: 16}} />ms</span></label
|
>Key Debounce Release<span class="unit"><input type="number" use:setting={{id: 16}} />ms</span></label
|
||||||
|
|||||||
Reference in New Issue
Block a user