From ce0e33bfa092aee1edd7c0fb7f8535994c9d5561 Mon Sep 17 00:00:00 2001 From: 1218 <98438916+a741725193@users.noreply.github.com> Date: Sat, 12 Oct 2024 04:38:04 +0800 Subject: [PATCH] Update corne_right_defconfig --- config/boards/arm/corne/corne_right_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/boards/arm/corne/corne_right_defconfig b/config/boards/arm/corne/corne_right_defconfig index de5d8b1..81ffab1 100644 --- a/config/boards/arm/corne/corne_right_defconfig +++ b/config/boards/arm/corne/corne_right_defconfig @@ -7,7 +7,9 @@ CONFIG_SOC_SERIES_NRF52X=y CONFIG_SOC_NRF52840_QIAA=y CONFIG_BOARD_CORNE_RIGHT=y CONFIG_ZMK_SLEEP=y - +# Enable 32kHz crystal +CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y +CONFIG_CLOCK_CONTROL_NRF_K32SRC_30PPM=y # Enable MPU CONFIG_ARM_MPU=y