From 8275880770da545dba99c9eabb9cce6dbf4ec72e Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 15 Jan 2021 22:15:48 +0000 Subject: [PATCH] Disable wireless board logging options to save power ; re-enable sleep on tidbit --- zmk-config/config/pockettype.conf | 2 +- zmk-config/config/tidbit.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zmk-config/config/pockettype.conf b/zmk-config/config/pockettype.conf index 59d1145c..b78a93d5 100644 --- a/zmk-config/config/pockettype.conf +++ b/zmk-config/config/pockettype.conf @@ -15,4 +15,4 @@ CONFIG_ZMK_IDLE_TIMEOUT=15000 #CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE=10000 # Add debug logging -CONFIG_ZMK_USB_LOGGING=y +#CONFIG_ZMK_USB_LOGGING=y diff --git a/zmk-config/config/tidbit.conf b/zmk-config/config/tidbit.conf index d2f8905b..b23776a5 100644 --- a/zmk-config/config/tidbit.conf +++ b/zmk-config/config/tidbit.conf @@ -14,8 +14,8 @@ CONFIG_ZMK_DISPLAY=y # Turn on deep sleep -#CONFIG_ZMK_SLEEP=y -#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000 +CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000 # Number of BT Profiles CONFIG_BT_MAX_CONN=6 @@ -27,4 +27,4 @@ CONFIG_ZMK_IDLE_TIMEOUT=15000 #CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE=10000 # Add debug logging -CONFIG_ZMK_USB_LOGGING=y \ No newline at end of file +#CONFIG_ZMK_USB_LOGGING=y \ No newline at end of file