summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgit@jrhrsmit.nl <git@jrhrsmit.nl>2021-10-11 10:50:47 +0200
committerNick Winans <nick@winans.codes>2021-10-11 09:46:17 -0700
commitf221ff1dc7a8100ca8037f322033cb73c4575fd6 (patch)
tree98a674f281af5319ba26ed6dbd4a394b64e1746b
parentf23f427cae7140939238bc68fc7a3d0fb350af91 (diff)
add ranges and descriptions from #669
-rw-r--r--app/Kconfig24
1 files changed, 16 insertions, 8 deletions
diff --git a/app/Kconfig b/app/Kconfig
index fa16824..8817d50 100644
--- a/app/Kconfig
+++ b/app/Kconfig
@@ -269,39 +269,47 @@ config ZMK_RGB_UNDERGLOW_BRT_MIN
config ZMK_RGB_UNDERGLOW_BRT_MAX
int "RGB underglow maximum brightness in percent"
- range 0 100
+ range ZMK_RGB_UNDERGLOW_BRT_MIN 100
default 100
config ZMK_RGB_UNDERGLOW_HUE_STEP
- int "RGB underglow hue step in degrees of 360"
+ int "RGB underglow hue step in degrees"
+ range 0 359
default 10
config ZMK_RGB_UNDERGLOW_SAT_STEP
- int "RGB underglow sturation step in percent"
+ int "RGB underglow saturation step in percent"
+ range 0 100
default 10
config ZMK_RGB_UNDERGLOW_BRT_STEP
int "RGB underglow brightness step in percent"
+ range 0 100
default 10
config ZMK_RGB_UNDERGLOW_HUE_START
- int "RGB underglow start hue value from 0-359"
+ int "RGB underglow start hue value in degrees"
+ range 0 359
default 0
config ZMK_RGB_UNDERGLOW_SAT_START
- int "RGB underglow start saturations value from 0-100"
+ int "RGB underglow start saturations value in percent"
+ range 0 100
default 100
config ZMK_RGB_UNDERGLOW_BRT_START
- int "RGB underglow start brightness value from 0-100"
- default 100
+ int "RGB underglow start brightness value in percent"
+ range ZMK_RGB_UNDERGLOW_BRT_MIN ZMK_RGB_UNDERGLOW_BRT_MAX
+ default ZMK_RGB_UNDERGLOW_BRT_MAX
config ZMK_RGB_UNDERGLOW_SPD_START
- int "RGB underglow start animation speed value from 1-5"
+ int "RGB underglow start animation speed value"
+ range 1 5
default 3
config ZMK_RGB_UNDERGLOW_EFF_START
int "RGB underglow start effect int value related to the effect enum list"
+ range 0 3
default 0
config ZMK_RGB_UNDERGLOW_ON_START