From 5b372740b4d8aebb64ca7b93865f901d882124a5 Mon Sep 17 00:00:00 2001 From: Xoffio <38369407+Xoffio@users.noreply.github.com> Date: Tue, 20 Sep 2022 21:28:59 -0400 Subject: [PATCH] Code highlight issue fixed --- docs/docs/features/underglow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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> -''' +``` :::