Fix underglow not working by default
This commit is contained in:
parent
979a5bffff
commit
81bc157f53
1 changed files with 4 additions and 0 deletions
|
@ -168,6 +168,10 @@ menuconfig ZMK_RGB_UNDERGLOW
|
||||||
|
|
||||||
if 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
|
config ZMK_RGB_UNDERGLOW_HUE_STEP
|
||||||
int "RGB underglow hue step in degrees of 360"
|
int "RGB underglow hue step in degrees of 360"
|
||||||
default 10
|
default 10
|
||||||
|
|
Loading…
Add table
Reference in a new issue