qmk_settings expose TAP_CODE_DELAY and TAP_HOLD_CAPS_DELAY
parent
baf67139c6
commit
deb0882630
|
|
@ -16,7 +16,9 @@
|
||||||
{ "type": "boolean", "title": "Permissive Hold", "qsid": 8, "bit": 0 },
|
{ "type": "boolean", "title": "Permissive Hold", "qsid": 8, "bit": 0 },
|
||||||
{ "type": "boolean", "title": "Ignore Mod Tap Interrupt", "qsid": 8, "bit": 1 },
|
{ "type": "boolean", "title": "Ignore Mod Tap Interrupt", "qsid": 8, "bit": 1 },
|
||||||
{ "type": "boolean", "title": "Tapping Force Hold", "qsid": 8, "bit": 2 },
|
{ "type": "boolean", "title": "Tapping Force Hold", "qsid": 8, "bit": 2 },
|
||||||
{ "type": "boolean", "title": "Retro Tapping", "qsid": 8, "bit": 3 }
|
{ "type": "boolean", "title": "Retro Tapping", "qsid": 8, "bit": 3 },
|
||||||
|
{ "type": "integer", "title": "Tap Code Delay", "qsid": 18, "min": 0, "max": 1000, "width": 2 },
|
||||||
|
{ "type": "integer", "title": "Tap Hold Caps Delay", "qsid": 19, "min": 0, "max": 1000, "width": 2 }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue