Test for screen compatibility and RGB lights at the same time
This commit is contained in:
parent
1b0227b8e9
commit
8991647f6e
1 changed files with 10 additions and 10 deletions
|
|
@ -3,29 +3,29 @@
|
||||||
|
|
||||||
### RGB
|
### RGB
|
||||||
# Uncomment the following lines to enable the Corne RGB Underglow
|
# Uncomment the following lines to enable the Corne RGB Underglow
|
||||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||||
# CONFIG_WS2812_STRIP=y
|
CONFIG_WS2812_STRIP=y
|
||||||
|
|
||||||
# 0 Solid color 1 Breathe 2 Spectrum 3 Swirl
|
# 0 Solid color 1 Breathe 2 Spectrum 3 Swirl
|
||||||
# CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=2
|
CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=2
|
||||||
|
|
||||||
# Turn off RGB underglow when keyboard goes into idle state
|
# Turn off RGB underglow when keyboard goes into idle state
|
||||||
# apaga los leds cuando el teclado esta en reposo, ahorrando energia
|
# apaga los leds cuando el teclado esta en reposo, ahorrando energia
|
||||||
# este no es compatible con
|
# este no es compatible con
|
||||||
# CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y
|
CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y
|
||||||
|
|
||||||
# Hue step in degrees (0-359) used by RGB actions default 10
|
# Hue step in degrees (0-359) used by RGB actions default 10
|
||||||
# CONFIG_ZMK_RGB_UNDERGLOW_HUE_STEP=30
|
CONFIG_ZMK_RGB_UNDERGLOW_HUE_STEP=30
|
||||||
# Brightness step in percent used by RGB actions default 10
|
# Brightness step in percent used by RGB actions default 10
|
||||||
# CONFIG_ZMK_RGB_UNDERGLOW_SAT_STEP=2
|
CONFIG_ZMK_RGB_UNDERGLOW_SAT_STEP=2
|
||||||
# CONFIG_ZMK_RGB_UNDERGLOW_BRT_STEP=10
|
CONFIG_ZMK_RGB_UNDERGLOW_BRT_STEP=10
|
||||||
# ESTO NO SE ACTIVA
|
# ESTO NO SE ACTIVA
|
||||||
# CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_USB=y
|
# CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_USB=y
|
||||||
|
|
||||||
### POWER OPTIONS
|
### POWER OPTIONS
|
||||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
|
# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
|
||||||
CONFIG_ZMK_IDLE_TIMEOUT=120000
|
# CONFIG_ZMK_IDLE_TIMEOUT=120000
|
||||||
CONFIG_ZMK_SLEEP=y
|
# CONFIG_ZMK_SLEEP=y
|
||||||
|
|
||||||
# Uncomment the following line to enable the Corne OLED Display
|
# Uncomment the following line to enable the Corne OLED Display
|
||||||
CONFIG_ZMK_EXT_POWER=y # optional
|
CONFIG_ZMK_EXT_POWER=y # optional
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue