From deb0882630567aae5bdb2ccc78f8dbe418cdb9cf Mon Sep 17 00:00:00 2001 From: Ilya Zhuravlev Date: Thu, 8 Jul 2021 23:02:47 -0400 Subject: [PATCH] qmk_settings expose TAP_CODE_DELAY and TAP_HOLD_CAPS_DELAY --- src/main/resources/base/qmk_settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/base/qmk_settings.json b/src/main/resources/base/qmk_settings.json index 545b297..b247093 100644 --- a/src/main/resources/base/qmk_settings.json +++ b/src/main/resources/base/qmk_settings.json @@ -16,7 +16,9 @@ { "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 } + { "type": "boolean", "title": "Retro Tapping", "qsid": 8, "bit": 3 }, + { "type": "integer", "title": "Tap Code Delay", "qsid": 18, "min": 0, "max": 1000, "width": 2 }, + { "type": "integer", "title": "Tap Hold Caps Delay", "qsid": 19, "min": 0, "max": 1000, "width": 2 } ] }, {