21 lines
930 B
Text
21 lines
930 B
Text
### RGB UNDERGLOW
|
|
CONFIG_ZMK_RGB_UNDERGLOW=y
|
|
CONFIG_ZMK_RGB_UNDERGLOW_ON_START=n
|
|
CONFIG_WS2812_STRIP=y
|
|
# 0 Solid color 1 Breathe 2 Spectrum 3 Swirl
|
|
CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=3
|
|
# brightness level in percentage, the default value is 10 percent
|
|
CONFIG_ZMK_RGB_UNDERGLOW_BRT_STEP=1
|
|
# Turn off RGB underglow when keyboard goes into idle state
|
|
CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y
|
|
# # Hue step in degrees (0-359) used by RGB actions default 10
|
|
# CONFIG_ZMK_RGB_UNDERGLOW_HUE_STEP=30
|
|
# CONFIG_ZMK_RGB_UNDERGLOW_SAT_STEP=2
|
|
# CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=240
|
|
# CONFIG_ZMK_RGB_UNDERGLOW_SAT_START=10
|
|
# CONFIG_ZMK_RGB_UNDERGLOW_BRT_START=15
|
|
|
|
# Uncomment the line below to disable external power toggling by the underglow.
|
|
# By default toggling the underglow on and off also toggles external power
|
|
# on and off. This also causes the display to turn off.
|
|
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
|