diff --git a/app/boards/shields/bb65/bb65.conf b/app/boards/shields/bb65/bb65.conf index af141633..9778bc95 100644 --- a/app/boards/shields/bb65/bb65.conf +++ b/app/boards/shields/bb65/bb65.conf @@ -1,6 +1,10 @@ # Uncomment to turn on logging, and set ZMK logging to debug output # CONFIG_ZMK_USB_LOGGING=y +# Uncomment both to enable underglow +# CONFIG_ZMK_RGB_UNDERGLOW=y +# CONFIG_WS2812_STRIP=y + # Uncomment both to enable encoder # CONFIG_EC11=y # CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y diff --git a/app/boards/shields/bb65/boards/pillbug.conf b/app/boards/shields/bb65/boards/pillbug.conf deleted file mode 100644 index dda71c13..00000000 --- a/app/boards/shields/bb65/boards/pillbug.conf +++ /dev/null @@ -1,3 +0,0 @@ -# Uncomment both to enable underglow -CONFIG_ZMK_RGB_UNDERGLOW=y -CONFIG_WS2812_STRIP=y