qmk_settings: add tap/hold settings
parent
8c7c748c81
commit
3d63e8bc16
|
|
@ -9,6 +9,16 @@
|
||||||
{ "type": "boolean", "title": "Always send Escape if Shift is pressed", "qsid": 1, "bit": 3 }
|
{ "type": "boolean", "title": "Always send Escape if Shift is pressed", "qsid": 1, "bit": 3 }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Tap-Hold",
|
||||||
|
"fields": [
|
||||||
|
{ "type": "integer", "title": "Tapping Term", "qsid": 7, "min": 0, "max": 10000, "width": 2 },
|
||||||
|
{ "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 }
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Auto Shift",
|
"name": "Auto Shift",
|
||||||
"fields": [
|
"fields": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue