feat(backlight): add tests

This commit is contained in:
Alessandro Bortolin
2021-12-20 13:58:31 +01:00
committed by Pete Johanson
parent ce843825e8
commit 2c0fe3934d
24 changed files with 285 additions and 3 deletions

View File

@@ -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
```