qmk_settings: remove debounce, tap-hold -- too much effort to implement

main
Ilya Zhuravlev 2021-07-01 20:44:52 -04:00
parent eef8107036
commit aa3ed9aeee
1 changed files with 0 additions and 15 deletions

View File

@ -9,12 +9,6 @@
{ "type": "boolean", "title": "Always send Escape if Shift is pressed", "qsid": 1, "bit": 3 }
]
},
{
"name": "Debounce",
"fields": [
{ "type": "integer", "title": "Debounce time (ms)", "qsid": 2, "min": 0, "max": 1000, "width": 2 }
]
},
{
"name": "Auto Shift",
"fields": [
@ -48,15 +42,6 @@
{ "type": "integer", "title": "Maximum number of scroll steps per scroll action", "qsid": 16, "min": 0, "max": 1000, "width": 2 },
{ "type": "integer", "title": "Time until maximum scroll speed is reached", "qsid": 17, "min": 0, "max": 1000, "width": 2 }
]
},
{
"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 }
]
}
]
}