Skip to content

Commit

Permalink
Disable underglow
Browse files Browse the repository at this point in the history
  • Loading branch information
AW3i committed Feb 25, 2025
1 parent 2b7d4d8 commit 6cf5a22
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/corne.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ CONFIG_ZMK_EXT_POWER=n
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE=y
# Uncomment the following lines to enable the Corne RGB Underglow
CONFIG_ZMK_RGB_UNDERGLOW=y
CONFIG_WS2812_STRIP=y
CONFIG_ZMK_RGB_UNDERGLOW=n
CONFIG_WS2812_STRIP=n
CONFIG_ZMK_RGB_UNDERGLOW_ON_START=n
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
CONFIG_ZMK_BATTERY_REPORTING=y
CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=1
CONFIG_ZMK_RGB_UNDERGLOW_BRT_MAX=50
CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_USB=y
CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y
CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=n
CONFIG_ZMK_BACKLIGHT=n

# split power report
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
Expand Down

0 comments on commit 6cf5a22

Please sign in to comment.