diff options
author | Nick <nick.win999@gmail.com> | 2020-08-20 00:07:04 -0500 |
---|---|---|
committer | Nick <nick.win999@gmail.com> | 2020-08-20 00:07:04 -0500 |
commit | 3ee2d1196b9335a081d841ff3918d2fdf722d5b9 (patch) | |
tree | b1a348a5a0901cfc53dfe9fa4f4f38b913286789 /app/Kconfig | |
parent | 3576738ab4b2645724750c6d7b089c1ec2e15bd6 (diff) |
feat(rgb): underglow state Kconfig and settings
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index 416c985..cefae21 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -180,6 +180,30 @@ config ZMK_RGB_UNDERGLOW_BRT_STEP int "RGB underglow brightness step in percent" default 10 +config ZMK_RGB_UNDERGLOW_HUE_START + int "RGB underglow start hue value from 0-359" + default 0 + +config ZMK_RGB_UNDERGLOW_SAT_START + int "RGB underglow start saturations value from 0-100" + default 100 + +config ZMK_RGB_UNDERGLOW_BRT_START + int "RGB underglow start brightness value from 0-100" + default 100 + +config ZMK_RGB_UNDERGLOW_SPD_START + int "RGB underglow start animation speed value from 1-5" + default 3 + +config ZMK_RGB_UNDERGLOW_EFF_START + int "RGB underglow start effect int value related to the effect enum list" + default 0 + +config ZMK_RGB_UNDERGLOW_ON_START + bool "Whether RGB underglow starts on by default" + default y + endif endmenu |