From 1d2452313c3be353ac12e8c6820db295f624fd88 Mon Sep 17 00:00:00 2001 From: Jack Hartstein Date: Sun, 24 Jan 2021 18:06:17 -0800 Subject: [PATCH] merged with updated zmk main branch, added to duck.conf file to separate OLED and LED toggles --- app/boards/shields/duckboard/duckboard.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/boards/shields/duckboard/duckboard.conf b/app/boards/shields/duckboard/duckboard.conf index 0e2a496c..eaf70739 100644 --- a/app/boards/shields/duckboard/duckboard.conf +++ b/app/boards/shields/duckboard/duckboard.conf @@ -9,6 +9,7 @@ CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y # Enable underglow CONFIG_ZMK_RGB_UNDERGLOW=y + # Use the STRIP config specific to the LEDs you're using CONFIG_WS2812_STRIP=y @@ -19,6 +20,9 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y CONFIG_I2C=y CONFIG_ZMK_DISPLAY=y +# to separate RGB and OLED power +CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n + # USB debugging settings # Turn on logging, and set ZMK logging to debug output CONFIG_LOG=y