qmk_settings expose TAP_CODE_DELAY and TAP_HOLD_CAPS_DELAY

main
Ilya Zhuravlev 2021-07-08 23:02:47 -04:00
parent baf67139c6
commit deb0882630
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@
{ "type": "boolean", "title": "Permissive Hold", "qsid": 8, "bit": 0 },
{ "type": "boolean", "title": "Ignore Mod Tap Interrupt", "qsid": 8, "bit": 1 },
{ "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 }
]
},
{