From 981f6895df47eaa873ec26f72a8f0c6c4dd15bd2 Mon Sep 17 00:00:00 2001 From: Xoffio <38369407+Xoffio@users.noreply.github.com> Date: Tue, 20 Sep 2022 20:04:05 -0400 Subject: [PATCH] Update info related to the current #885 --- docs/docs/features/underglow.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/docs/features/underglow.md b/docs/docs/features/underglow.md index 020701fd..643c573b 100644 --- a/docs/docs/features/underglow.md +++ b/docs/docs/features/underglow.md @@ -105,6 +105,17 @@ If your board/shield uses LEDs that require the data sent in a different order, ::: +:::note + +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> +''' + +::: + ### Other boards For other boards, you must select an SPI definition that has the `MOSI` pin as your data pin going to your LED strip.