mirror of https://github.com/zmkfirmware/zmk.git
Enable the led kconfig at the board level
This commit is contained in:
parent
79e178d307
commit
9c299fac01
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue