Skip to content

Commit 3ca5cde

Browse files
authored
Enable RGB underglow and WS2812 strip right
1 parent b55c98f commit 3ca5cde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/boards/shields/corne/corne_right.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#RGB配置
2-
CONFIG_ZMK_RGB_UNDERGLOW=n
3-
CONFIG_WS2812_STRIP=n
2+
CONFIG_ZMK_RGB_UNDERGLOW=y
3+
CONFIG_WS2812_STRIP=y
44
#键盘进入空闲状态时关闭RGB
55
CONFIG_ZMK_BACKLIGHT_AUTO_OFF_IDLE=y
66
CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y
@@ -26,4 +26,4 @@ CONFIG_ZMK_IDLE_TIMEOUT=300000
2626
# Enable deep sleep support
2727
CONFIG_ZMK_SLEEP=y
2828
# Milliseconds of inactivity before entering deep sleep (10 minutes)
29-
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
29+
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000

0 commit comments

Comments
 (0)