qmk_settings: support combo settings
parent
6fb55d73a5
commit
5a02b74d41
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue