From 56bb10fb4fb8d97e50d94612396b08eeb3216098 Mon Sep 17 00:00:00 2001 From: 1218 <98438916+a741725193@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:08:04 +0800 Subject: [PATCH] Update Kconfig.defconfig --- config/boards/arm/sofle/Kconfig.defconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/boards/arm/sofle/Kconfig.defconfig b/config/boards/arm/sofle/Kconfig.defconfig index 0aedee4..2fd626d 100644 --- a/config/boards/arm/sofle/Kconfig.defconfig +++ b/config/boards/arm/sofle/Kconfig.defconfig @@ -68,3 +68,13 @@ endif endif # BOARD_SOFLE_LEFT || BOARD_SOFLE_RIGHT +if ZMK_BACKLIGHT + +config PWM + default y + +config LED_PWM + default y + +endif # ZMK_BACKLIGHT +