From 0e6d1bc7920ff7218be31f7a9bea730292bc6a73 Mon Sep 17 00:00:00 2001 From: Darren Victoriano Date: Sat, 25 Jan 2025 23:02:32 -0800 Subject: [PATCH] added sleep --- config/corne.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/corne.conf b/config/corne.conf index 33d03a4..56431cb 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,5 +1,6 @@ # Uncomment the following line to enable deep sleep -# CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000 # Uncomment the following line to increase the keyboard's wireless range CONFIG_BT_CTLR_TX_PWR_PLUS_8=y @@ -15,3 +16,5 @@ CONFIG_ZMK_STUDIO_LOCKING=n # Uncomment the following line to enable USB Logging (this increases power usage by a significant amount, turn it off when not in use) # CONFIG_ZMK_USB_LOGGING=y +# Board Name +CONFIG_ZMK_KEYBOARD_NAME="Corne Bop"