qmk_settings: remove debounce, tap-hold -- too much effort to implement
parent
eef8107036
commit
aa3ed9aeee
|
|
@ -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 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue