From 0f9cb1cf168adac18390ff325ad360cfcffb4877 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 27 Jan 2025 14:00:47 -0800 Subject: [PATCH] Disable ZMK sleep Trying to diagnose a Bluetooth pairing problem with another Mac. --- config/corne.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/corne.conf b/config/corne.conf index f896a7d..271ba12 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,5 +1,5 @@ # Uncomment the following line to enable deep sleep -CONFIG_ZMK_SLEEP=y +# CONFIG_ZMK_SLEEP=y # Uncomment the following line to increase the keyboard's wireless range # CONFIG_BT_CTLR_TX_PWR_PLUS_8=y