From 77b2ad15f7f7f4e76742bdcfb204c2ca1b08fe7b Mon Sep 17 00:00:00 2001 From: Kyle McCreery <mccreery.kyle@gmail.com> Date: Fri, 17 Mar 2023 17:57:05 -0400 Subject: [PATCH] Defaulting to RGB off and keeping as much as I can in the main shield config --- app/boards/shields/obe/boards/pillbug.conf | 3 --- app/boards/shields/obe/obe.conf | 8 ++++++++ 2 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 app/boards/shields/obe/boards/pillbug.conf diff --git a/app/boards/shields/obe/boards/pillbug.conf b/app/boards/shields/obe/boards/pillbug.conf deleted file mode 100644 index dda71c13..00000000 --- a/app/boards/shields/obe/boards/pillbug.conf +++ /dev/null @@ -1,3 +0,0 @@ -# Uncomment both to enable underglow -CONFIG_ZMK_RGB_UNDERGLOW=y -CONFIG_WS2812_STRIP=y diff --git a/app/boards/shields/obe/obe.conf b/app/boards/shields/obe/obe.conf index 3faf0d7c..9778bc95 100644 --- a/app/boards/shields/obe/obe.conf +++ b/app/boards/shields/obe/obe.conf @@ -1,6 +1,14 @@ # 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 + +# Quality of life settings +# CONFIG_ZMK_IDLE_TIMEOUT=300000 +# CONFIG_BT_CTLR_TX_PWR_PLUS_8=y