diff --git a/docs/docs/features/backlight.md b/docs/docs/features/backlight.md index 6632a0f0..03d206f1 100644 --- a/docs/docs/features/backlight.md +++ b/docs/docs/features/backlight.md @@ -103,7 +103,7 @@ Finally you need to add backlight to the `chosen` element of the root devicetree chosen { zmk,backlight = &backlight; }; -}: +}; ```