mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
feat(backlight): add tests
This commit is contained in:
committed by
Pete Johanson
parent
ce843825e8
commit
2c0fe3934d
@@ -7,9 +7,11 @@ Backlight is a feature used to control array of LEDs, usually placed through or
|
||||
|
||||
## Enabling Backlight
|
||||
|
||||
To enable backlight on your board or shield, simply enable the `CONFIG_ZMK_BACKLIGHT` configuration values in the `.conf` file of your user config directory as such:
|
||||
To enable backlight on your board or shield, add the following lines to your `.conf` file of your user config directory as such:
|
||||
|
||||
```
|
||||
CONFIG_PWM=y
|
||||
CONFIG_LED_PWM=y
|
||||
CONFIG_ZMK_BACKLIGHT=y
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user