Skip to content

Commit 6b18961

Browse files
authored
Enable left leds
Enable RGB underglow and WS2812 strip in configuration.
1 parent 27a10c8 commit 6b18961

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/boards/shields/corne/corne_left.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ CONFIG_ZMK_STUDIO_LOCKING=n
77
CONFIG_ZMK_STUDIO_LOCK_ON_DISCONNECT=n
88

99
#rgb配置
10-
CONFIG_ZMK_RGB_UNDERGLOW=n
11-
CONFIG_WS2812_STRIP=n
10+
CONFIG_ZMK_RGB_UNDERGLOW=y
11+
CONFIG_WS2812_STRIP=y
1212
#键盘进入空闲状态时关闭RGB
1313
CONFIG_ZMK_BACKLIGHT_AUTO_OFF_IDLE=y
1414
CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y
@@ -33,4 +33,4 @@ CONFIG_ZMK_IDLE_TIMEOUT=300000
3333
# Enable deep sleep support
3434
CONFIG_ZMK_SLEEP=y
3535
# Milliseconds of inactivity before entering deep sleep (10 minutes)
36-
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
36+
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000

0 commit comments

Comments
 (0)