diff options
author | Nick <nick.win999@gmail.com> | 2020-11-22 20:07:13 -0600 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-11-22 21:23:29 -0500 |
commit | a1d3230eef91217953a62d93b6e79dd4ef670168 (patch) | |
tree | eb28de10b3f9512906a404f9bc6c8fcca9bb2a7f /app/Kconfig | |
parent | f5ecf761a36f4bc79a77fdc2217cd45acc1eb5d8 (diff) |
feat(underglow): RGB toggle controls ext_power
fix(ug): Don't return if finding ext power fails
fix(ug): Move ext_power to a static variable
Add #if defs
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/Kconfig b/app/Kconfig index 484bd79..af61f49 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -187,6 +187,10 @@ if ZMK_RGB_UNDERGLOW config SPI default y +config ZMK_RGB_UNDERGLOW_EXT_POWER + bool "RGB underglow toggling also controls external power" + default y + config ZMK_RGB_UNDERGLOW_HUE_STEP int "RGB underglow hue step in degrees of 360" default 10 @@ -220,7 +224,7 @@ config ZMK_RGB_UNDERGLOW_EFF_START default 0 config ZMK_RGB_UNDERGLOW_ON_START - bool "Whether RGB underglow starts on by default" + bool "RGB underglow starts on by default" default y #ZMK_RGB_UNDERGLOW |