summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick <nick.win999@gmail.com>2020-09-15 14:31:59 -0500
committerNick <nick.win999@gmail.com>2020-09-15 14:31:59 -0500
commit81bc157f539235ad032fde78b6f6cec7a16d2c39 (patch)
tree167ef78482ca7e2b872a77fface04db9f0280487
parent979a5bffffeac0fed12db00409dedb8ed6c4ad87 (diff)
Fix underglow not working by default
-rw-r--r--app/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig
index cefae21..cda5c58 100644
--- a/app/Kconfig
+++ b/app/Kconfig
@@ -168,6 +168,10 @@ menuconfig ZMK_RGB_UNDERGLOW
if ZMK_RGB_UNDERGLOW
+# This default value cuts down on tons of excess .conf files, if you're using GPIO, manually disable this
+config SPI
+ default y
+
config ZMK_RGB_UNDERGLOW_HUE_STEP
int "RGB underglow hue step in degrees of 360"
default 10