Enable the led kconfig at the board level

This commit is contained in:
BarbUk 2025-11-18 20:29:20 +01:00
parent 79e178d307
commit 9c299fac01
No known key found for this signature in database
GPG Key ID: B6D01F84A7519939
2 changed files with 10 additions and 10 deletions

View File

@ -13,14 +13,4 @@ endif # USB_DEVICE_STACK
config BT_CTLR
default BT
if ZMK_BACKLIGHT
config PWM
default y
config LED_PWM
default y
endif # ZMK_BACKLIGHT
endif # BOARD_NRF52840_M2

View File

@ -6,4 +6,14 @@ if SHIELD_M60
config ZMK_KEYBOARD_NAME
default "m60"
if ZMK_BACKLIGHT
config PWM
default y
config LED_PWM
default y
endif # ZMK_BACKLIGHT
endif