Defaulting to RGB off and keeping as much as I can in the main shield config

This commit is contained in:
Kyle McCreery 2023-03-17 17:54:54 -04:00
parent b2cd5b5663
commit f75828bca7
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,10 @@
# Uncomment to turn on logging, and set ZMK logging to debug output # Uncomment to turn on logging, and set ZMK logging to debug output
# CONFIG_ZMK_USB_LOGGING=y # CONFIG_ZMK_USB_LOGGING=y
# Uncomment both to enable underglow
# CONFIG_ZMK_RGB_UNDERGLOW=y
# CONFIG_WS2812_STRIP=y
# Uncomment both to enable encoder # Uncomment both to enable encoder
# CONFIG_EC11=y # CONFIG_EC11=y
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y # CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y

View file

@ -1,3 +0,0 @@
# Uncomment both to enable underglow
CONFIG_ZMK_RGB_UNDERGLOW=y
CONFIG_WS2812_STRIP=y