feat: xiao dongle rgb, corne rgb fix: multiple xiao+promicro encoder def ref: CHANGELOG.txt for more...
This commit is contained in:
parent
51779bb90f
commit
3e89c0de61
17 changed files with 242 additions and 48 deletions
20
snippets/rgb-config/rgb-config.conf
Normal file
20
snippets/rgb-config/rgb-config.conf
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
### RGB UNDERGLOW
|
||||
CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
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
|
||||
3
snippets/rgb-config/snippet.yml
Normal file
3
snippets/rgb-config/snippet.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
name: rgb-config
|
||||
append:
|
||||
EXTRA_CONF_FILE: rgb-config.conf
|
||||
Loading…
Add table
Add a link
Reference in a new issue