diff --git a/docs/docs/features/underglow.md b/docs/docs/features/underglow.md index 643c573b..48169f06 100644 --- a/docs/docs/features/underglow.md +++ b/docs/docs/features/underglow.md @@ -110,9 +110,9 @@ If your board/shield uses LEDs that require the data sent in a different order, Currently, If you are using a nice nano 2, underglow won't work out of the box. To make this work you need to add an overlay in your `.keymap` file like this: -''' +``` #include <../boards/shields//boards/nice_nano.overlay> -''' +``` :::