From 177b28f01de88ece582604c0ef0abaaaefe2f624 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 2 Dec 2020 16:09:17 -0600 Subject: refactor(settings): Add Kconfig option for settings debounce --- app/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/Kconfig') 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 -- cgit v1.2.3