fix: extend EFF_START range to include layer indicators (effect 4)
darknao added UNDERGLOW_EFFECT_LAYER_INDICATORS as effect #4 but did not update the Kconfig range from [0,3] to [0,4].
This commit is contained in:
parent
aa79502d5a
commit
9ab9c4619f
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ config ZMK_RGB_UNDERGLOW_SPD_START
|
||||||
|
|
||||||
config ZMK_RGB_UNDERGLOW_EFF_START
|
config ZMK_RGB_UNDERGLOW_EFF_START
|
||||||
int "RGB underglow start effect int value related to the effect enum list"
|
int "RGB underglow start effect int value related to the effect enum list"
|
||||||
range 0 3
|
range 0 4
|
||||||
|
|
||||||
config ZMK_RGB_UNDERGLOW_ON_START
|
config ZMK_RGB_UNDERGLOW_ON_START
|
||||||
bool "RGB underglow starts on by default"
|
bool "RGB underglow starts on by default"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue