diff options
author | Nick <[email protected]> | 2020-12-02 16:09:17 -0600 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2020-12-02 19:54:48 -0500 |
commit | 177b28f01de88ece582604c0ef0abaaaefe2f624 (patch) | |
tree | ef5fd356618a392f9f9dc236a3bdf2f943134488 /app/Kconfig | |
parent | 8b9191835247f32834625d08adde5fc6ffa4d2e6 (diff) | |
download | zmk-177b28f01de88ece582604c0ef0abaaaefe2f624.tar.gz zmk-177b28f01de88ece582604c0ef0abaaaefe2f624.zip |
refactor(settings): Add Kconfig option for settings debounce
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 5751f0258f..ee26f46270 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 |