From 18d63e2309460ea7b93853e10b3e42134ffb3884 Mon Sep 17 00:00:00 2001 From: Mark Bailey Date: Mon, 23 Dec 2024 15:24:14 -0500 Subject: [PATCH] chore(conf): turn off experimental bte and bt toggle power control and turn on rgb usb 'auto off' --- config/corne.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/corne.conf b/config/corne.conf index 1640527..d21195c 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,10 +1,11 @@ # Uncomment the following lines to enable the Corne RGB Underglow CONFIG_ZMK_RGB_UNDERGLOW=y +CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n +CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_USB=y CONFIG_WS2812_STRIP=y CONFIG_ZMK_POINTING=y CONFIG_BT_CTLR_TX_PWR_PLUS_8=y -CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y