From 0f5ed55df1989041f75bb070f4f87d8f6d1ac0f3 Mon Sep 17 00:00:00 2001 From: Joshua Whitley <whitleysoftwareservices@gmail.com> Date: Tue, 29 Mar 2022 03:06:42 -0500 Subject: [PATCH] Enable RGB underglow at board level. --- app/boards/shields/sofle_rgb_keyhive/boards/nice_nano.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/boards/shields/sofle_rgb_keyhive/boards/nice_nano.conf diff --git a/app/boards/shields/sofle_rgb_keyhive/boards/nice_nano.conf b/app/boards/shields/sofle_rgb_keyhive/boards/nice_nano.conf new file mode 100644 index 00000000..7b077948 --- /dev/null +++ b/app/boards/shields/sofle_rgb_keyhive/boards/nice_nano.conf @@ -0,0 +1,7 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +# Enable underglow +CONFIG_ZMK_RGB_UNDERGLOW=y +# Use the STRIP config specific to the LEDs you're using +CONFIG_WS2812_STRIP=y \ No newline at end of file