diff options
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index 5751f02..ee26f46 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -297,6 +297,15 @@ config ZMK_KSCAN_COMPOSITE_DRIVER #KSCAN Settings endmenu +if SETTINGS + +config ZMK_SETTINGS_SAVE_DEBOUNCE + int "Milliseconds to debounce settings saves" + default 60000 + +#SETTINGS +endif + #Advanced endmenu |