qmk_settings: support combo settings

main
Ilya Zhuravlev 2021-07-04 19:05:02 -04:00
parent 6fb55d73a5
commit 5a02b74d41
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@
{ "type": "boolean", "title": "Disable keyrepeat when timeout is exceeded", "qsid": 3, "bit": 6 }
]
},
{
"name": "Combo",
"fields": [
{ "type": "integer", "title": "Time out period for combos", "qsid": 2, "min": 0, "max": 10000, "width": 2 }
]
},
{
"name": "One Shot Keys",
"fields": [